Prevent warning

This commit is contained in:
Twinaphex 2015-06-02 17:34:20 +02:00
parent 70fc26677d
commit 43448e6081

View File

@ -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