mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
fixed compile warning.
This commit is contained in:
parent
176d858909
commit
7724ea55e8
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ static int snd_rawmidi_open_conf(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp
|
|||
#ifndef PIC
|
||||
extern void *snd_rawmidi_open_symbols(void);
|
||||
#endif
|
||||
void *h;
|
||||
void *h = NULL;
|
||||
if (snd_config_get_type(rawmidi_conf) != SND_CONFIG_TYPE_COMPOUND) {
|
||||
if (name)
|
||||
SNDERR("Invalid type for RAWMIDI %s definition", name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue