CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CONAN_CMAKE_POSITION_INDEPENDENT_CODE CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_SHARED_LINKER_FLAGS /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/common/pa_ringbuffer.c:131:9: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] PaUtil_FullMemoryBarrier(); /* (write-after-read) => full barrier */ ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/common/pa_memorybarrier.h:68:40: note: expanded from macro 'PaUtil_FullMemoryBarrier' # define PaUtil_FullMemoryBarrier() OSMemoryBarrier() ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/common/pa_ringbuffer.c:144:5: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] PaUtil_WriteMemoryBarrier(); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/common/pa_memorybarrier.h:70:40: note: expanded from macro 'PaUtil_WriteMemoryBarrier' # define PaUtil_WriteMemoryBarrier() OSMemoryBarrier() ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/common/pa_ringbuffer.c:181:9: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] PaUtil_ReadMemoryBarrier(); /* (read-after-read) => read barrier */ ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/common/pa_memorybarrier.h:69:40: note: expanded from macro 'PaUtil_ReadMemoryBarrier' # define PaUtil_ReadMemoryBarrier() OSMemoryBarrier() ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/common/pa_ringbuffer.c:192:5: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] PaUtil_FullMemoryBarrier(); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/common/pa_memorybarrier.h:68:40: note: expanded from macro 'PaUtil_FullMemoryBarrier' # define PaUtil_FullMemoryBarrier() OSMemoryBarrier() ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ 4 warnings generated. /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:141:10: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] error = AudioDeviceGetProperty( hostApiDevice, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:151:11: warning: 'AudioDeviceGetPropertyInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] error = AudioDeviceGetPropertyInfo( hostApiDevice, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:789:1: note: 'AudioDeviceGetPropertyInfo' has been explicitly marked deprecated here AudioDeviceGetPropertyInfo( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:162:12: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] error = AudioDeviceGetProperty( hostApiDevice, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:227:30: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] result = WARNING(AudioDeviceGetProperty( macCoreDeviceId, 0, isInput, kAudioDevicePropertyBufferFrameSizeRange, &propSize, &audioRange ) ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_blocking.c:352:4: warning: 'OSAtomicOr32' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_or_explicit(memory_order_relaxed) from instead [-Wdeprecated-declarations] OSAtomicOr32( statusFlags, &blio->statusFlags ) ; ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:329:9: note: 'OSAtomicOr32' has been explicitly marked deprecated here int32_t OSAtomicOr32( uint32_t __theMask, volatile uint32_t *__theValue ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_blocking.c:361:11: warning: 'OSAtomicOr32' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_or_explicit(memory_order_relaxed) from instead [-Wdeprecated-declarations] OSAtomicOr32( paInputOverflow, &blio->statusFlags ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:329:9: note: 'OSAtomicOr32' has been explicitly marked deprecated here int32_t OSAtomicOr32( uint32_t __theMask, volatile uint32_t *__theValue ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_blocking.c:395:11: warning: 'OSAtomicOr32' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_or_explicit(memory_order_relaxed) from instead [-Wdeprecated-declarations] OSAtomicOr32( paOutputUnderflow, &blio->statusFlags ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:329:9: note: 'OSAtomicOr32' has been explicitly marked deprecated here int32_t OSAtomicOr32( uint32_t __theMask, volatile uint32_t *__theValue ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:356:5: warning: 'AudioHardwareGetPropertyInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioHardwareGetPropertyInfo( kAudioHardwarePropertyDevices, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:318:1: note: 'AudioHardwareGetPropertyInfo' has been explicitly marked deprecated here AudioHardwareGetPropertyInfo( AudioHardwarePropertyID inPropertyID, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_blocking.c:/Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:369:5: warning: 'AudioHardwareGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] 490:8: warning: 'OSAtomicAnd32' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_and_explicit(memory_order_relaxed) from instead [-Wdeprecated-declarations] AudioHardwareGetProperty( kAudioHardwarePropertyDevices, ^ OSAtomicAnd32( (uint32_t)(~paInputOverflow), &blio->statusFlags );/Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:339:1: note: 'AudioHardwareGetProperty' has been explicitly marked deprecated here AudioHardwareGetProperty( AudioHardwarePropertyID inPropertyID, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:388:14: warning: 'AudioHardwareGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] if( 0 != AudioHardwareGetProperty(kAudioHardwarePropertyDefaultInputDevice, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:339:1: note: 'AudioHardwareGetProperty' has been explicitly marked deprecated here AudioHardwareGetProperty( AudioHardwarePropertyID inPropertyID, ^ ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:385:9: note: 'OSAtomicAnd32' has been explicitly marked deprecated here int32_t OSAtomicAnd32( uint32_t __theMask, volatile uint32_t *__theValue ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:405:14: warning: 'AudioHardwareGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] if( 0 != AudioHardwareGetProperty(kAudioHardwarePropertyDefaultOutputDevice, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:339:1: note: 'AudioHardwareGetProperty' has been explicitly marked deprecated here AudioHardwareGetProperty( AudioHardwarePropertyID inPropertyID, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:440:24: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] PaError err = WARNING(AudioDeviceGetProperty( macCoreDeviceId, 0, isInput, kAudioDevicePropertyBufferFrameSizeRange, &propSize, &audioRange ) ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_blocking.c:580:13: warning: 'OSAtomicAnd32' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_and_explicit(memory_order_relaxed) from instead [-Wdeprecated-declarations] OSAtomicAnd32( (uint32_t)(~paOutputUnderflow), &blio->statusFlags ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:385:9: note: 'OSAtomicAnd32' has been explicitly marked deprecated here int32_t OSAtomicAnd32( uint32_t __theMask, volatile uint32_t *__theValue ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:520:20: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = WARNING(AudioDeviceGetProperty(macCoreDeviceId, 0, isInput, kAudioDevicePropertyStreams, &propSize, &streamIDs[0])); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:525:24: warning: 'AudioStreamGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = WARNING(AudioStreamGetProperty(streamIDs[0], 0, kAudioStreamPropertyLatency, &propSize, &streamLatency)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:1064:1: note: 'AudioStreamGetProperty' has been explicitly marked deprecated here AudioStreamGetProperty( AudioStreamID inStream, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:529:19: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = WARNING(AudioDeviceGetProperty(macCoreDeviceId, 0, isInput, kAudioDevicePropertySafetyOffset, &propSize, &safetyOffset)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:533:19: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = WARNING(AudioDeviceGetProperty(macCoreDeviceId, 0, isInput, kAudioDevicePropertyLatency, &propSize, &deviceLatency)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:563:19: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = WARNING(AudioDeviceGetProperty(macCoreDeviceId, 0, isInput, kAudioDevicePropertyBufferFrameSize, &propSize, &bufferFrames)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:592:15: warning: 'AudioDeviceGetPropertyInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = ERR(AudioDeviceGetPropertyInfo(macCoreDeviceId, 0, isInput, kAudioDevicePropertyStreamConfiguration, &propSize, NULL)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:789:1: note: 'AudioDeviceGetPropertyInfo' has been explicitly marked deprecated here AudioDeviceGetPropertyInfo( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:599:15: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = ERR(AudioDeviceGetProperty(macCoreDeviceId, 0, isInput, kAudioDevicePropertyStreamConfiguration, &propSize, buflist)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:667:15: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = ERR(AudioDeviceGetProperty(macCoreDeviceId, 0, 0, kAudioDevicePropertyDeviceNameCFString, &propSize, &nameRef)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:671:13: warning: 'AudioDeviceGetPropertyInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = ERR(AudioDeviceGetPropertyInfo(macCoreDeviceId, 0, 0, kAudioDevicePropertyDeviceName, &propSize, NULL)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:789:1: note: 'AudioDeviceGetPropertyInfo' has been explicitly marked deprecated here AudioDeviceGetPropertyInfo( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:678:13: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = ERR(AudioDeviceGetProperty(macCoreDeviceId, 0, 0, kAudioDevicePropertyDeviceName, &propSize, name)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:699:15: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = ERR(AudioDeviceGetProperty(macCoreDeviceId, 0, 0, kAudioDevicePropertyNominalSampleRate, &propSize, &sampleRate)); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:730:2: warning: 'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionMajor, &major); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' has been explicitly marked deprecated here Gestalt( ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:730:10: warning: 'gestaltSystemVersionMajor' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionMajor, &major); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2075:1: note: '' has been explicitly marked deprecated here enum { ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:731:2: warning: 'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionMinor, &minor); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' has been explicitly marked deprecated here Gestalt( ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:731:10: warning: 'gestaltSystemVersionMinor' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionMinor, &minor); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2075:1: note: '' has been explicitly marked deprecated here enum { ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:152:10: warning: 'kAudioUnitErr_IllegalInstrument' is deprecated [-Wdeprecated-declarations] case kAudioUnitErr_IllegalInstrument: ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h:1674:18: note: '' has been explicitly marked deprecated here } __attribute__((deprecated)); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:155:10: warning: 'kAudioUnitErr_InstrumentTypeNotFound' is deprecated [-Wdeprecated-declarations] case kAudioUnitErr_InstrumentTypeNotFound: ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h:1674:18: note: '' has been explicitly marked deprecated here } __attribute__((deprecated)); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1048:22: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] OSStatus osErr = AudioDeviceGetProperty( deviceID, 0, isInput, sampleRatePropertyID, &propSize, &sampleRate); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:343:13: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] macErr = AudioDeviceGetProperty( inDevice, inChannel, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:360:13: warning: 'AudioDeviceAddPropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] macErr = AudioDeviceAddPropertyListener( inDevice, inChannel, isInput, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:881:1: note: 'AudioDeviceAddPropertyListener' has been explicitly marked deprecated here AudioDeviceAddPropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:368:14: warning: 'AudioDeviceSetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] macErr = AudioDeviceSetProperty( inDevice, NULL, inChannel, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:852:1: note: 'AudioDeviceSetProperty' has been explicitly marked deprecated here AudioDeviceSetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:383:16: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] macErr = AudioDeviceGetProperty( inDevice, inChannel, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:392:10: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( inDevice, inChannel, isInput, inPropertyID, propertyProc ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:401:4: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( inDevice, inChannel, isInput, inPropertyID, propertyProc ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:405:4: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( inDevice, inChannel, isInput, inPropertyID, propertyProc ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:451:10: warning: 'AudioDeviceGetPropertyInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioDeviceGetPropertyInfo( device, 0, isInput, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:789:1: note: 'AudioDeviceGetPropertyInfo' has been explicitly marked deprecated here AudioDeviceGetPropertyInfo( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:459:10: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioDeviceGetProperty( device, 0, isInput, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:539:11: warning: 'AudioDeviceSetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioDeviceSetProperty( device, NULL, 0, isInput, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:852:1: note: 'AudioDeviceSetProperty' has been explicitly marked deprecated here AudioDeviceSetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:542:11: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioDeviceGetProperty( device, 0, isInput, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:557:11: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioDeviceGetProperty( device, 0, isInput, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:575:10: warning: 'AudioDeviceSetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioDeviceSetProperty( device, NULL, 0, isInput, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:852:1: note: 'AudioDeviceSetProperty' has been explicitly marked deprecated here AudioDeviceSetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:579:10: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] err = AudioDeviceGetProperty( device, 0, isInput, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1077:19: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:631:16: warning: 'OSAtomicOr32' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_or_explicit(memory_order_relaxed) from instead [-Wdeprecated-declarations] OSAtomicOr32( paInputOverflow, &stream->xrunFlags ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:329:9: note: 'OSAtomicOr32' has been explicitly marked deprecated here int32_t OSAtomicOr32( uint32_t __theMask, volatile uint32_t *__theValue ); ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core_utilities.c:634:16: warning: 'OSAtomicOr32' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_or_explicit(memory_order_relaxed) from instead [-Wdeprecated-declarations] OSAtomicOr32( paOutputUnderflow, &stream->xrunFlags ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:329:9: note: 'OSAtomicOr32' has been explicitly marked deprecated here int32_t OSAtomicOr32( uint32_t __theMask, volatile uint32_t *__theValue ); ^ OSStatus osErr = AudioDeviceGetProperty( deviceID, 0, isInput, propertyID, &propertySize, &propertyValue); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:818:1: note: 'AudioDeviceGetProperty' has been explicitly marked deprecated here AudioDeviceGetProperty( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1135:5: warning: 'AudioDeviceAddPropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceAddPropertyListener( deviceID, 0, isInput, kAudioDevicePropertyActualSampleRate, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:881:1: note: 'AudioDeviceAddPropertyListener' has been explicitly marked deprecated here AudioDeviceAddPropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1138:5: warning: 'AudioDeviceAddPropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceAddPropertyListener( deviceID, 0, isInput, kAudioStreamPropertyLatency, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:881:1: note: 'AudioDeviceAddPropertyListener' has been explicitly marked deprecated here AudioDeviceAddPropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1140:5: warning: 'AudioDeviceAddPropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceAddPropertyListener( deviceID, 0, isInput, kAudioDevicePropertyBufferFrameSize, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:881:1: note: 'AudioDeviceAddPropertyListener' has been explicitly marked deprecated here AudioDeviceAddPropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1142:5: warning: 'AudioDeviceAddPropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceAddPropertyListener( deviceID, 0, isInput, kAudioDevicePropertySafetyOffset, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:881:1: note: 'AudioDeviceAddPropertyListener' has been explicitly marked deprecated here AudioDeviceAddPropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1150:5: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( deviceID, 0, isInput, kAudioDevicePropertyActualSampleRate, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1153:5: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( deviceID, 0, isInput, kAudioDevicePropertyLatency, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1155:5: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( deviceID, 0, isInput, kAudioDevicePropertyBufferFrameSize, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1157:5: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( deviceID, 0, isInput, kAudioDevicePropertySafetyOffset, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:1332:14: warning: 'AudioDeviceAddPropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] result = AudioDeviceAddPropertyListener( *audioDevice, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:881:1: note: 'AudioDeviceAddPropertyListener' has been explicitly marked deprecated here AudioDeviceAddPropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:2380:22: warning: 'AudioConverterFillBuffer' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations] err = AudioConverterFillBuffer( ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:678:1: note: 'AudioConverterFillBuffer' has been explicitly marked deprecated here AudioConverterFillBuffer( AudioConverterRef inAudioConverter, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:2565:19: warning: 'AudioConverterFillBuffer' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations] err = AudioConverterFillBuffer( ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:678:1: note: 'AudioConverterFillBuffer' has been explicitly marked deprecated here AudioConverterFillBuffer( AudioConverterRef inAudioConverter, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:2649:14: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( stream->outputDevice, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ /Users/jenkins/w/cci_PR-3353/.conan/data/portaudio/v190600.2020-10-29/_/_/build/af96383df8ed9748d2eed48fb04099c5914a718f/source/src/hostapi/coreaudio/pa_mac_core.c:2658:14: warning: 'AudioDeviceRemovePropertyListener' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] AudioDeviceRemovePropertyListener( stream->inputDevice, ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:908:1: note: 'AudioDeviceRemovePropertyListener' has been explicitly marked deprecated here AudioDeviceRemovePropertyListener( AudioDeviceID inDevice, ^ 5 warnings generated. 18 warnings generated. 39 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY