Skip to content

Commit 9c8f5b2

Browse files
committed
remove werror
1 parent bded43c commit 9c8f5b2

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
@@ -234,7 +234,7 @@ target_compile_features(triton-onnxruntime-backend PRIVATE cxx_std_${TRITON_MIN_
234234
target_compile_options(
235235
triton-onnxruntime-backend PRIVATE
236236
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
237-
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
237+
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
238238
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
239239
)
240240

0 commit comments

Comments
 (0)