[gstreamer-bugs] [Bug 505745] [avidemux] warning: 'res' may be used uninitialized in this function

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Dec 26 08:06:51 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=505745

  GStreamer | gst-plugins-good | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #101627|none                        |rejected
               Flag|                            |
         AssignedTo|t.i.m at zen.co.uk             |gstreamer-
                   |                            |bugs at lists.sourceforge.net
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.7




------- Comment #5 from Tim-Philipp Müller  2007-12-26 16:06 UTC -------
> It was those three warnings inhibiting my build on Ubuntu 7.10 with jhbuild.
> It is compiler warnings on gst files, not to anything related to glib.

Doesn't jhbuild build against the latest glib? I think these warnings are
caused by changes to the g_assert_not_reached() macro in GLib. I prefer to fix
the cause rather than initialize the variables to something bogus though:

 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
        * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
        * sys/ximage/gstximagesrc.c: (composite_pixel):
          Fix 'xyz may be used uninitialized' compiler warnings caused
          by broken g_assert_not_reached() macro in GLib-2.15.x (it's
          not really nice to abort in any case). Fixes #505745.

Please re-open if that's not enough, thanks!


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=505745.




More information about the Gstreamer-bugs mailing list