Skip to content

Commit a6b4103

Browse files
mc-nvnv-anants
andauthored
remove werror (#127) (#128) (#130)
Co-authored-by: Anant Sharma <[email protected]>
1 parent 3948525 commit a6b4103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ target_compile_features(common-compile-settings INTERFACE cxx_std_${TRITON_MIN_C
6464

6565
target_compile_options(common-compile-settings INTERFACE
6666
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
67-
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
67+
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
6868
$<$<CXX_COMPILER_ID:MSVC>:/W0 /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
6969
)
7070

0 commit comments

Comments
 (0)