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 507957 - clean-up incomplete function declarations
clean-up incomplete function declarations
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-07 23:20 UTC by Damien Lespiau
Modified: 2008-01-11 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cvs diff -u against cvs HEAD (3.61 KB, patch)
2008-01-07 23:21 UTC, Damien Lespiau
committed Details | Review

Description Damien Lespiau 2008-01-07 23:20:42 UTC
When compiling a GStreamer application with -Wstrict-prototypes, there are a few annoying "function declaration isn't a prototype" warning messages that come from GStreamer headers. The following patch solves the problem.
Comment 1 Damien Lespiau 2008-01-07 23:21:59 UTC
Created attachment 102354 [details] [review]
cvs diff -u against cvs HEAD
Comment 2 David Schleef 2008-01-08 02:07:38 UTC
Applied, thanks.