diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-22 12:02:16 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-03-22 12:05:59 +0100 |
commit | b7655bbd2ef5f07cb7079a223aedaecdbc05e111 (patch) | |
tree | a114aedb89f609a2afeac3f27e11851d93dd0d5d /gst/sdp | |
parent | 63fdeb05f1f78230f4f39298fa7759d898fe463e (diff) | |
download | gstreamer-plugins-bad-b7655bbd2ef5f07cb7079a223aedaecdbc05e111.tar.gz |
Add -Wredundant-decls flag
and fix warnings from it
Diffstat (limited to 'gst/sdp')
-rw-r--r-- | gst/sdp/gstsdpdemux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/sdp/gstsdpdemux.c b/gst/sdp/gstsdpdemux.c index f7b48585f..3f9306e27 100644 --- a/gst/sdp/gstsdpdemux.c +++ b/gst/sdp/gstsdpdemux.c @@ -112,7 +112,6 @@ enum PROP_LATENCY }; -static void gst_sdp_demux_base_init (gpointer g_class); static void gst_sdp_demux_finalize (GObject * object); static void gst_sdp_demux_set_property (GObject * object, guint prop_id, |