Skip to content

Commit

Permalink
remove werror (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-anants authored and mc-nv committed Nov 7, 2024
1 parent 3948525 commit 356cd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ target_compile_features(common-compile-settings INTERFACE cxx_std_${TRITON_MIN_C

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

Expand Down

0 comments on commit 356cd1e

Please sign in to comment.