Skip to content

Commit

Permalink
remove werror
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-anants committed Oct 29, 2024
1 parent 2d6367a commit 27f14b7
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 @@ -166,7 +166,7 @@ target_compile_features(triton-tensorrt-backend PRIVATE cxx_std_${TRITON_MIN_CXX
target_compile_options(
triton-tensorrt-backend PRIVATE
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
-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>
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
)

Expand Down

0 comments on commit 27f14b7

Please sign in to comment.