mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-13 12:50:37 -05:00
Ignore warnings generated by libremidi
This commit is contained in:
@@ -39,7 +39,9 @@ else()
|
||||
-Wno-error=unused-parameter -Wno-error=unused-variable
|
||||
-Wno-error=sign-compare)
|
||||
if(OS_MACOS)
|
||||
target_compile_options(libremidi PUBLIC -Wno-error=vla-extension)
|
||||
target_compile_options(
|
||||
libremidi PUBLIC -Wno-error=vla-extension -Wno-vla-extension
|
||||
-Wno-shorten-64-to-32)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user