obs-scripting: Suppress long volatile warning
parent
a32793dd04
commit
5e3c824801
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue