Add -Wmissing-declarations -Wmissing-prototypes to configure flags
authorBenjamin Otte <otte@redhat.com>
Sun, 21 Mar 2010 20:39:18 +0000 (21:39 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 May 2010 18:02:54 +0000 (19:02 +0100)
And fix all warnings

sys/oss4/oss4-mixer.c

index 11227c7..db7f0d2 100644 (file)
@@ -850,7 +850,7 @@ static struct
 /* Decent i18n is pretty much impossible with OSS's way of providing us with
  * mixer labels (and the fact that they are pretty much random), but that
  * doesn't mean we shouldn't at least try. */
-const gchar *
+static const gchar *
 gst_oss4_mixer_control_get_translated_name (GstOss4MixerControl * mc)
 {
   gchar name[128] = { 0, };