diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-21 21:39:18 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-05-11 19:02:54 +0100 |
commit | 6c916a144d048387fb51b58bd0f837e5bfac70db (patch) | |
tree | 3af5fe4d0b4e059926fec307c9bed83e6fbdd58b /sys | |
parent | 117485973a6b514c7a5ecf7ce205ac7b38e34301 (diff) |
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
Diffstat (limited to 'sys')
-rw-r--r-- | sys/oss4/oss4-mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/oss4/oss4-mixer.c b/sys/oss4/oss4-mixer.c index 11227c7d2..db7f0d278 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, }; |