Commit 445d8bc2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

waveout: fix warning

parent 978d581b
...@@ -1000,7 +1000,7 @@ static int ReloadWaveoutDevices( vlc_object_t *p_this, char const *psz_name, ...@@ -1000,7 +1000,7 @@ static int ReloadWaveoutDevices( vlc_object_t *p_this, char const *psz_name,
{ {
int n = 0, nb_devices = waveOutGetNumDevs(); int n = 0, nb_devices = waveOutGetNumDevs();
VLC_UNUSED( psz_name ); VLC_UNUSED( p_this); VLC_UNUSED( psz_name );
*values = xmalloc( (nb_devices + 1) * sizeof(char *) ); *values = xmalloc( (nb_devices + 1) * sizeof(char *) );
*descs = xmalloc( (nb_devices + 1) * sizeof(char *) ); *descs = xmalloc( (nb_devices + 1) * sizeof(char *) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment