diff --git a/CMakeLists.txt b/CMakeLists.txt index a4b79ff..ca94320 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,7 +153,7 @@ target_compile_options( triton-backend-utils PRIVATE $<$,$,$>: - -Wall -Wextra -Wno-unused-parameter -Werror> + -Wall -Wextra -Wno-unused-parameter> $<$:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor> ) diff --git a/examples/backends/bls/CMakeLists.txt b/examples/backends/bls/CMakeLists.txt index 2b1f1a0..b9e031c 100644 --- a/examples/backends/bls/CMakeLists.txt +++ b/examples/backends/bls/CMakeLists.txt @@ -110,7 +110,7 @@ target_compile_features(triton-bls-backend PRIVATE cxx_std_${TRITON_MIN_CXX_STAN target_compile_options( triton-bls-backend PRIVATE $<$,$,$>: - -Wall -Wextra -Wno-unused-parameter -Werror> + -Wall -Wextra -Wno-unused-parameter -Wno-error=maybe-uninitialized> ) target_link_libraries(