mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-11 11:06:03 -05:00
Prepare for deprecations in OBS 31
See https://github.com/obsproject/obs-studio/pull/11164
This commit is contained in:
@@ -26,12 +26,8 @@ if(OS_WINDOWS)
|
||||
else()
|
||||
target_compile_options(
|
||||
libremidi
|
||||
PUBLIC -Wno-error=conversion
|
||||
-Wno-error=unused-result
|
||||
-Wno-error=shadow
|
||||
-Wno-error=unused-parameter
|
||||
-Wno-error=unused-variable
|
||||
-Wno-error=deprecated-declarations
|
||||
PUBLIC -Wno-error=conversion -Wno-error=unused-result -Wno-error=shadow
|
||||
-Wno-error=unused-parameter -Wno-error=unused-variable
|
||||
-Wno-error=sign-compare)
|
||||
if(OS_MACOS)
|
||||
target_compile_options(libremidi PUBLIC -Wno-error=vla-extension)
|
||||
|
||||
Reference in New Issue
Block a user