Avoid a couple compilation warnings
This commit is contained in:
parent
d05b69b5d7
commit
996326cacb
|
@ -163,6 +163,8 @@ static unsigned int _get_value(MixerControlPlugin * radio)
|
||||||
/* radio_get_type */
|
/* radio_get_type */
|
||||||
static String const * _radio_get_type(MixerControlPlugin * radio)
|
static String const * _radio_get_type(MixerControlPlugin * radio)
|
||||||
{
|
{
|
||||||
|
(void) radio;
|
||||||
|
|
||||||
return "radio";
|
return "radio";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -162,6 +162,8 @@ static unsigned int _get_value(MixerControlPlugin * set)
|
||||||
/* set_get_type */
|
/* set_get_type */
|
||||||
static String const * _set_get_type(MixerControlPlugin * set)
|
static String const * _set_get_type(MixerControlPlugin * set)
|
||||||
{
|
{
|
||||||
|
(void) set;
|
||||||
|
|
||||||
return "set";
|
return "set";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user