Add -Wold-style-definition

and fix the warnings
This commit is contained in:
Benjamin Otte 2010-03-22 16:56:03 +01:00 committed by Tim-Philipp Müller
parent 71366f80d9
commit de91f84dfb

View 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;