Add -Wmissing-declarations -Wmissing-prototypes to configure flags

And fix all warnings
This commit is contained in:
Benjamin Otte 2010-03-21 21:39:18 +01:00 committed by Tim-Philipp Müller
parent 4ccda26327
commit 71366f80d9

View file

@ -47,6 +47,6 @@ typedef enum {
typedef jack_default_audio_sample_t sample_t; typedef jack_default_audio_sample_t sample_t;
#define GST_TYPE_JACK_CONNECT (gst_jack_connect_get_type()) #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_ #endif // _GST_JACK_H_