Browse Source

obs-scripting: Suppress long volatile warning

jpark37 3 years ago
parent
commit
5e3c824801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/obs-scripting/obspython/CMakeLists.txt

+ 1 - 1
deps/obs-scripting/obspython/CMakeLists.txt

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