mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Fixes -w leaking
This commit is contained in:
parent
80f0741103
commit
f98251a05a
4 changed files with 7 additions and 7 deletions
2
3rdparty/SoundTouch/CMakeLists.txt
vendored
2
3rdparty/SoundTouch/CMakeLists.txt
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue