Make code safe for -Wredundant-decls
authorBenjamin Otte <otte@redhat.com>
Tue, 2 Mar 2010 22:51:18 +0000 (23:51 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 10 Mar 2010 19:45:33 +0000 (20:45 +0100)
commite8f65e8bffdad69c3e70c9b4506998b68db37d4a
tree28db39f231c5ca66920a8530b4363f11437ec541
parentf067d38d1dba22e878a08cc00b479b0bc9e6b3ea
Make code safe for -Wredundant-decls

Adds that warning to configure.ac

Includes a tiny change of the GST_BOILERPLATE_FULL() macro:
The get_type() function is no longer declared before being defined.

https://bugzilla.gnome.org/show_bug.cgi?id=611692
30 files changed:
configure.ac
docs/gst/gstreamer-sections.txt
gst/gstbus.c
gst/gstclock.c
gst/gstelementfactory.c
gst/gstindex.c
gst/gstindexfactory.c
gst/gstinfo.c
gst/gstinfo.h
gst/gstobject.c
gst/gstpipeline.c
gst/gstplugin.c
gst/gstregistry.c
gst/gstregistrybinary.h
gst/gstsystemclock.c
gst/gsttask.c
gst/gsttaskpool.c
gst/gstutils.h
gst/gstxml.c
gst/parse/grammar.y
libs/gst/base/gstcollectpads.c
libs/gst/controller/gstcontrolsource.c
libs/gst/controller/gstinterpolationcontrolsource.c
libs/gst/controller/gstlfocontrolsource.c
libs/gst/dataprotocol/dp-private.h
tests/check/elements/fakesink.c
tests/check/gst/gstparamspecs.c
tests/check/gst/gsttagsetter.c
tests/check/libs/test_transform.c
tests/examples/streams/testrtpool.c