Skip to content

Commit 1e94a54

Browse files
committed
skip warning errors
1 parent fa3403a commit 1e94a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ target_compile_options(
153153
triton-backend-utils
154154
PRIVATE
155155
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
156-
-Wall -Wextra -Wno-unused-parameter -Wno-error=maybe-uninitialized -Werror>
156+
-Wall -Wextra -Wno-unused-parameter>
157157
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
158158
)
159159

0 commit comments

Comments
 (0)