[Bug 750566] FTBFS: possible uninitialized variables
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 8 08:09:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750566
--- Comment #3 from Chris <chris2553 at googlemail.com> ---
Relevant part of build log:
make -C goom
make[3]: Entering directory
'/home/chris/rpm/BUILD/gst-plugins-good-1.5.1/gst/goom'
CC libgstgoom_la-gstgoom.lo
CC libgstgoom_la-drawmethods.lo
CC libgstgoom_la-sound_tester.lo
CC libgstgoom_la-mathtools.lo
CC libgstgoom_la-lines.lo
CC libgstgoom_la-ifs.lo
CC libgstgoom_la-surf3d.lo
CC libgstgoom_la-tentacle3d.lo
CC libgstgoom_la-v3d.lo
CC libgstgoom_la-convolve_fx.lo
CC libgstgoom_la-flying_stars_fx.lo
CC libgstgoom_la-plugin_info.lo
CC libgstgoom_la-goom_tools.lo
CC libgstgoom_la-config_param.lo
CC libgstgoom_la-filters.lo
CC libgstgoom_la-goom_core.lo
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);
^
cc1: all warnings being treated as errors
Makefile:838: recipe for target 'libgstgoom_la-goom_core.lo' failed
make[3]: *** [libgstgoom_la-goom_core.lo] Error 1
make[3]: Leaving directory
'/home/chris/rpm/BUILD/gst-plugins-good-1.5.1/gst/goom'
Makefile:850: recipe for target 'goom' failed
make[2]: *** [goom] Error 2
make[2]: Leaving directory '/home/chris/rpm/BUILD/gst-plugins-good-1.5.1/gst'
Makefile:694: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/chris/rpm/BUILD/gst-plugins-good-1.5.1'
Makefile:622: recipe for target 'all' failed
make: *** [all] Error 2
--
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