Skip to content

Commit a088c29

Browse files
committed
Revert "skip warning errors"
This reverts commit 071c052.
1 parent 071c052 commit a088c29

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>
258+
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
259259
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
260260
)
261261

0 commit comments

Comments
 (0)