Add -Wmissing-declarations -Wmissing-prototypes to warning flags

Includes all the fixes necessary to make stuff compile again.
This commit is contained in:
Benjamin Otte 2010-03-11 13:32:14 +01:00 committed by Tim-Philipp Müller
parent 925150953d
commit 383c43abe5
2 changed files with 4 additions and 0 deletions

View file

@ -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__ */

View file

@ -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__ */