diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-17 19:35:10 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-03-17 19:35:10 +0100 |
commit | 1055aaa9cb442ed8a816a50793adc8c2eca7e65b (patch) | |
tree | 832b3ec283692bc843e54f52b36ace2a438f843d /ext/soup | |
parent | 18bc896605ec0c88ad0645aa413657fdde3ecf48 (diff) |
Add -Wredundant-decls warning flag
Also fix compile issues
Diffstat (limited to 'ext/soup')
-rw-r--r-- | ext/soup/gstsouphttpsrc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c index 6c5baaa4b..6e5c32b75 100644 --- a/ext/soup/gstsouphttpsrc.c +++ b/ext/soup/gstsouphttpsrc.c @@ -126,8 +126,6 @@ enum static void gst_soup_http_src_uri_handler_init (gpointer g_iface, gpointer iface_data); -static void gst_soup_http_src_init (GstSoupHTTPSrc * src, - GstSoupHTTPSrcClass * g_class); static void gst_soup_http_src_finalize (GObject * gobject); static void gst_soup_http_src_set_property (GObject * object, guint prop_id, |