obs-scripting: Suppress long volatile warning

master
jpark37 2022-06-26 00:26:29 -07:00 committed by Jim
parent a32793dd04
commit 5e3c824801
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if(OS_WINDOWS)
target_link_libraries(obspython PRIVATE Python::Python)
target_compile_options(obspython PRIVATE /wd4100)
target_compile_options(obspython PRIVATE /wd4100 /wd4197)
if(MSVC)
add_custom_command(