From f81800b509670f81b28ec90a374a300c4f29f46c Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Thu, 1 Aug 2024 23:19:29 +0200 Subject: [PATCH] cmake: Downgrade deprecation error for MSVC compilations Error has already been downgraded for Clang, AppleClang, and GCC. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc6ac50e..9fd515e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,6 +138,7 @@ target_compile_definitions( target_compile_options( obs-websocket PRIVATE $<$:/wd4267> + $<$:/wd4996> $<$:-Wall> $<$:-Wno-error=float-conversion> $<$:-Wno-error=shadow>