Fixes -w leaking

This commit is contained in:
RipleyTom 2022-08-28 15:28:14 +02:00 committed by Megamouse
parent 80f0741103
commit f98251a05a
4 changed files with 7 additions and 7 deletions

View file

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