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 168269 - [PATCH] [smoothwave] C99-ism
[PATCH] [smoothwave] C99-ism
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.9
Other FreeBSD
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-23 14:58 UTC by Gergely Nagy
Modified: 2005-02-24 09:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the problem (353 bytes, patch)
2005-02-23 15:06 UTC, Gergely Nagy
committed Details | Review

Description Gergely Nagy 2005-02-23 14:58:29 UTC
in gst_smoonthwave_chain (ext/gstsmoothwave/gstsmoothwave.c), in one of the else
branches (around line 353), code appears before variable declaration.

This upsets gcc 2.95. Trivial patch fixing it will be attached in a couple of
minutes.
Comment 1 Gergely Nagy 2005-02-23 15:06:01 UTC
Created attachment 37837 [details] [review]
Patch fixing the problem
Comment 2 Maciej Katafiasz 2005-02-23 23:40:39 UTC
Comment on attachment 37837 [details] [review]
Patch fixing the problem

Commited, thanks.
Comment 3 Maciej Katafiasz 2005-02-23 23:54:38 UTC
Hmm, need to commit that to HEAD too, when it is sorted out, reopening for now.
Comment 4 Ronald Bultje 2005-02-24 09:20:09 UTC
That goes for more stuff, ChangeLog will take care of it. ;).