From 6c916a144d048387fb51b58bd0f837e5bfac70db Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 21 Mar 2010 21:39:18 +0100 Subject: [PATCH] Add -Wmissing-declarations -Wmissing-prototypes to configure flags And fix all warnings --- sys/oss4/oss4-mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/oss4/oss4-mixer.c b/sys/oss4/oss4-mixer.c index 11227c7d29..db7f0d278b 100644 --- a/sys/oss4/oss4-mixer.c +++ b/sys/oss4/oss4-mixer.c @@ -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, };