mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
This commit is contained in:
parent
ecd6632f18
commit
cd564af873
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ struct _GstRtpDTMFDepayClass
|
|||
GstBaseRTPDepayloadClass parent_class;
|
||||
};
|
||||
|
||||
GType gst_rtp_dtmf_depay_get_type (void);
|
||||
|
||||
gboolean gst_rtp_dtmf_depay_plugin_init (GstPlugin * plugin);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Reference in a new issue