After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 544050 - ext/timidity/gsttimidity.c : ISO C90 forbids mixed declarations and code
ext/timidity/gsttimidity.c : ISO C90 forbids mixed declarations and code
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal major
: 0.10.8
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-21 19:47 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2008-07-22 06:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove debug statement before variable declaration (628 bytes, patch)
2008-07-21 19:48 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
accepted-commit_now Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2008-07-21 19:47:20 UTC
gst-plugin-bad has a build error because of more stricter compile flags
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-07-21 19:48:40 UTC
Created attachment 114944 [details] [review]
remove debug statement before variable declaration

It was a bit verbose anyway as it logs once again a short below.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-07-22 06:28:53 UTC
2008-07-22  Stefan Kost  <ensonic@users.sf.net>

	* ext/timidity/gsttimidity.c:
	  Fix compiler warning. Fixes #544050.