Add -Wmissing-declarations -Wmissing-prototypes to configure flags
authorBenjamin Otte <otte@redhat.com>
Sun, 21 Mar 2010 20:39:18 +0000 (21:39 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Jan 2011 14:30:07 +0000 (14:30 +0000)
And fix all warnings

ext/jack/gstjack.h

index fc26b71..4565e06 100644 (file)
@@ -47,6 +47,6 @@ typedef enum {
 typedef jack_default_audio_sample_t sample_t;
 
 #define GST_TYPE_JACK_CONNECT (gst_jack_connect_get_type())
-GType gst_jack_connect_get_type();
+GType gst_jack_connect_get_type(void);
 
 #endif  // _GST_JACK_H_