GNOME Bugzilla – Bug 507957
clean-up incomplete function declarations
Last modified: 2008-01-11 13:12:39 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.
Created attachment 102354 [details] [review] cvs diff -u against cvs HEAD
Applied, thanks.