From 356cd1ecc7d8e1482a4c816e13c275158eee8bc6 Mon Sep 17 00:00:00 2001 From: Anant Sharma Date: Mon, 4 Nov 2024 17:46:08 -0500 Subject: [PATCH] remove werror (#127) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b8546f..61870a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ target_compile_features(common-compile-settings INTERFACE cxx_std_${TRITON_MIN_C target_compile_options(common-compile-settings INTERFACE $<$,$,$>: - -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror> + -Wall -Wextra -Wno-unused-parameter -Wno-type-limits> $<$:/W0 /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor> )