Ignore warnings generated by libremidi

This commit is contained in:
WarmUpTill
2026-05-23 12:11:24 +02:00
committed by WarmUpTill
parent 15f5f49ad9
commit 00e4f9ffa8

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