Ignore warnings generated by libremidi

This commit is contained in:
WarmUpTill
2026-05-23 12:11:24 +02:00
parent a9614c5306
commit 912ff98e27

View File

@@ -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()