From 27f14b7bff6701552ef923b0036ba1da9316040e Mon Sep 17 00:00:00 2001 From: Anant Sharma Date: Tue, 29 Oct 2024 13:45:04 -0700 Subject: [PATCH] remove werror --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf6eb7a..682b3fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,7 +166,7 @@ target_compile_features(triton-tensorrt-backend PRIVATE cxx_std_${TRITON_MIN_CXX target_compile_options( triton-tensorrt-backend PRIVATE $<$,$,$>: - -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Wno-error=maybe-uninitialized -Werror -Wno-deprecated-declarations> + -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Wno-deprecated-declarations> $<$:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor> )