Add -Wmissing-declarations -Wmissing-prototypes to warning flags
authorBenjamin Otte <otte@redhat.com>
Thu, 11 Mar 2010 12:32:14 +0000 (13:32 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 11 Mar 2010 12:50:31 +0000 (13:50 +0100)
commit43b16834210591a4a66b2bb10d01079b2615b3f8
treee961950d87d5eb4c51c0bd06988ebb3a7016b1f5
parent86a6b39b2c6e680369daa74ba112eed6c94e66a6
Add -Wmissing-declarations -Wmissing-prototypes to warning flags

Includes all the fixes necessary to make stuff compile again.
39 files changed:
configure.ac
ext/ogg/Makefile.am
ext/ogg/gstogg.c
ext/ogg/gstogg.h [new file with mode: 0644]
ext/ogg/gstoggaviparse.c
ext/ogg/gstoggdemux.c
ext/ogg/gstoggdemux.h
ext/ogg/gstoggmux.c
ext/ogg/gstoggmux.h
ext/ogg/gstoggparse.c
ext/ogg/gstoggstream.c
ext/ogg/gstogmparse.c
ext/ogg/vorbis_parse.c
ext/ogg/vorbis_parse.h [new file with mode: 0644]
ext/theora/gsttheoradec.h
ext/theora/gsttheoraenc.h
gst-libs/gst/audio/audio.c
gst-libs/gst/riff/riff.c
gst-libs/gst/rtsp/gstrtspbase64.c
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/tag/lang.c
gst/ffmpegcolorspace/Makefile.am
gst/ffmpegcolorspace/gstffmpegcolorspace.c
gst/gdp/gstgdpdepay.h
gst/gdp/gstgdppay.h
gst/playback/gstdecodebin2.c
gst/playback/gstplayback.c
gst/playback/gstplayback.h [moved from gst/ffmpegcolorspace/gstffmpeg.c with 51% similarity]
gst/playback/gstplaybin.c
gst/playback/gstplaybin2.c
gst/playback/gsturidecodebin.c
gst/videorate/gstvideorate.h
tests/check/elements/appsink.c
tests/check/elements/audiorate.c
tests/check/elements/audioresample.c
tests/check/libs/cddabasesrc.c
tests/check/libs/mixer.c
tests/check/libs/navigation.c
tests/examples/gio/giosrc-mounting.c