mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Add -Wold-style-definition
and fix the warnings
This commit is contained in:
parent
71366f80d9
commit
de91f84dfb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue