From 71366f80d9e730cbc494680086b9311f87b04196 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 21 Mar 2010 21:39:18 +0100 Subject: [PATCH] Add -Wmissing-declarations -Wmissing-prototypes to configure flags And fix all warnings --- ext/jack/gstjack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/jack/gstjack.h b/ext/jack/gstjack.h index fc26b71..4565e06 100644 --- a/ext/jack/gstjack.h +++ b/ext/jack/gstjack.h @@ -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_ -- 2.7.4