mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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);
|
gboolean gst_gdp_depay_plugin_init (GstPlugin * plugin);
|
||||||
|
|
||||||
|
GType gst_gdp_depay_get_type (void);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_GDP_DEPAY_H__ */
|
#endif /* __GST_GDP_DEPAY_H__ */
|
||||||
|
|
|
@ -74,6 +74,8 @@ struct _GstGDPPayClass
|
||||||
|
|
||||||
gboolean gst_gdp_pay_plugin_init (GstPlugin * plugin);
|
gboolean gst_gdp_pay_plugin_init (GstPlugin * plugin);
|
||||||
|
|
||||||
|
GType gst_gdp_pay_get_type (void);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_GDP_PAY_H__ */
|
#endif /* __GST_GDP_PAY_H__ */
|
||||||
|
|
Loading…
Reference in a new issue