Prevent warning
This commit is contained in:
parent
70fc26677d
commit
43448e6081
|
@ -251,7 +251,7 @@ static void *coreaudio_init(const char *device,
|
|||
#endif
|
||||
goto error;
|
||||
|
||||
#ifndef TARGET_OS_IPHONE
|
||||
#if !TARGET_OS_IPHONE
|
||||
if (device)
|
||||
choose_output_device(dev, device);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue