mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Add -Wmissing-declarations -Wmissing-prototypes to warning flags
Includes all the fixes necessary to make stuff compile again.
This commit is contained in:
parent
925150953d
commit
383c43abe5
2 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,8 @@ struct _GstGDPDepayClass
|
|||
|
||||
gboolean gst_gdp_depay_plugin_init (GstPlugin * plugin);
|
||||
|
||||
GType gst_gdp_depay_get_type (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_GDP_DEPAY_H__ */
|
||||
|
|
|
@ -74,6 +74,8 @@ struct _GstGDPPayClass
|
|||
|
||||
gboolean gst_gdp_pay_plugin_init (GstPlugin * plugin);
|
||||
|
||||
GType gst_gdp_pay_get_type (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_GDP_PAY_H__ */
|
||||
|
|
Loading…
Reference in a new issue