Add -Wold-style-definition
authorBenjamin Otte <otte@redhat.com>
Mon, 22 Mar 2010 15:56:03 +0000 (16:56 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Jan 2011 14:30:08 +0000 (14:30 +0000)
and fix the warnings

ext/jack/gstjackaudiosrc.c

index da97404..4669bbc 100644 (file)
@@ -141,7 +141,7 @@ gst_jack_audio_src_free_channels (GstJackAudioSrc * src)
 
 /* ringbuffer abstract base class */
 static GType
-gst_jack_ring_buffer_get_type ()
+gst_jack_ring_buffer_get_type (void)
 {
   static GType ringbuffer_type = 0;