mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
This commit is contained in:
parent
4ccda26327
commit
71366f80d9
1 changed files with 1 additions and 1 deletions
|
@ -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_
|
||||
|
|
Loading…
Reference in a new issue