summaryrefslogtreecommitdiff
path: root/ext/neon
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-22 16:56:03 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-22 16:56:03 +0100
commit240f494aa7171e8ba08addc43e4b458b73c1615b (patch)
tree54e2c8079b63dbec1d467b09971119140d2a10e0 /ext/neon
parent647cf64c01ff63cca5699b827fa769bbfd944ca3 (diff)
downloadgstreamer-plugins-bad-240f494aa7171e8ba08addc43e4b458b73c1615b.tar.gz
Add -Wold-style-definition
and fix the warnings
Diffstat (limited to 'ext/neon')
-rw-r--r--ext/neon/gstneonhttpsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c
index 653e21e4e..fbe041dc5 100644
--- a/ext/neon/gstneonhttpsrc.c
+++ b/ext/neon/gstneonhttpsrc.c
@@ -437,7 +437,7 @@ gst_neonhttp_src_get_property (GObject * object, guint prop_id,
/* NEON CALLBACK */
static void
-oom_callback ()
+oom_callback (void)
{
GST_ERROR ("memory exeception in neon");
}