From 018ea5525269774fa50c16389b7aa11df668f935 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sun, 29 Jun 2025 03:34:59 +0800 Subject: [PATCH] Drop -Werror=conversion for now --- w2c2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git w2c2/CMakeLists.txt w2c2/CMakeLists.txt index f09bf60..ef9c462 100644 --- w2c2/CMakeLists.txt +++ w2c2/CMakeLists.txt @@ -43,7 +43,7 @@ foreach(TARGET w2c2 w2c2_test) target_compile_options(${TARGET} PUBLIC $<$:/W4> - $<$>:-Wall -Werror=conversion -Wextra -pedantic -Wno-long-long -Wno-unused-function> + $<$>:-Wall -Wextra -pedantic -Wno-long-long -Wno-unused-function> ) if(DWARF_FOUND)