Skip to content

Commit 071c052

Browse files
committed
skip warning errors
1 parent a2564ea commit 071c052

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
@@ -255,7 +255,7 @@ target_compile_features(triton-python-backend PRIVATE cxx_std_${TRITON_MIN_CXX_S
255255
target_compile_options(
256256
triton-python-backend PRIVATE
257257
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
258-
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
258+
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
259259
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
260260
)
261261

0 commit comments

Comments
 (0)