build: Add all kinds of compiler warning flags and fix the resulting warnings

This commit is contained in:
Sebastian Dröge 2010-03-24 11:27:40 +01:00
parent 1a8aac1c16
commit 9a08857c1f
3 changed files with 4 additions and 4 deletions

View file

@ -104,8 +104,8 @@ struct _GstLameClass {
};
GType gst_lame_get_type(void);
gboolean gst_lame_register (GstPlugin * plugin);
G_END_DECLS
#endif /* __GST_LAME_H__ */

View file

@ -83,8 +83,8 @@ struct _GstLameMP3EncClass {
};
GType gst_lamemp3enc_get_type(void);
gboolean gst_lamemp3enc_register (GstPlugin * plugin);
G_END_DECLS
#endif /* __GST_LAMEMP3ENC_H__ */

View file

@ -24,8 +24,8 @@
#include <gst/gst.h>
#include <gst/gst-i18n-plugin.h>
gboolean gst_lamemp3enc_register (GstPlugin * plugin);
gboolean gst_lame_register (GstPlugin * plugin);
#include "gstlame.h"
#include "gstlamemp3enc.h"
static gboolean
plugin_init (GstPlugin * plugin)