[3rdparty] Disable warnings for soundtouch dependency

Disabling warnings for soundtouch allows Clang to compile in debug mode.
This commit is contained in:
sguo35 2022-06-17 19:14:53 -07:00 committed by Ivan
parent d2614d01fd
commit e8b6e95f8e

View File

@ -27,6 +27,8 @@ target_compile_definitions(soundtouch PUBLIC
SOUNDTOUCH_FLOAT_SAMPLES; SOUNDTOUCH_FLOAT_SAMPLES;
) )
target_compile_options(soundtouch PUBLIC "-w")
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(x86|X86|amd64|AMD64|em64t|EM64T)") if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(x86|X86|amd64|AMD64|em64t|EM64T)")
target_compile_definitions(soundtouch PUBLIC target_compile_definitions(soundtouch PUBLIC
SOUNDTOUCH_ALLOW_SSE SOUNDTOUCH_ALLOW_SSE