Skip to content

Commit fa3403a

Browse files
committed
skip warning errors
1 parent ac03a5d commit fa3403a

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 -Werror>
156+
-Wall -Wextra -Wno-unused-parameter -Wno-error=maybe-uninitialized -Werror>
157157
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
158158
)
159159

0 commit comments

Comments
 (0)