mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
This commit is contained in:
parent
117485973a
commit
6c916a144d
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ static struct
|
||||||
/* Decent i18n is pretty much impossible with OSS's way of providing us with
|
/* 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
|
* mixer labels (and the fact that they are pretty much random), but that
|
||||||
* doesn't mean we shouldn't at least try. */
|
* doesn't mean we shouldn't at least try. */
|
||||||
const gchar *
|
static const gchar *
|
||||||
gst_oss4_mixer_control_get_translated_name (GstOss4MixerControl * mc)
|
gst_oss4_mixer_control_get_translated_name (GstOss4MixerControl * mc)
|
||||||
{
|
{
|
||||||
gchar name[128] = { 0, };
|
gchar name[128] = { 0, };
|
||||||
|
|
Loading…
Reference in a new issue