From 55c9490160d983eb300c523e990161eadae19622 Mon Sep 17 00:00:00 2001 From: Misha Chornyi <99709299+mc-nv@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:17:38 -0800 Subject: [PATCH] remove werror (#127) (#128) Co-authored-by: Anant Sharma --- 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> )