Skip to content

Commit f059435

Browse files
mc-nvnv-anants
andauthored
Build Updates for Ubuntu24.04 (#386) (#387)
* skip warning errors * Revert "skip warning errors" This reverts commit 071c052. * Reapply "skip warning errors" This reverts commit a088c29. Co-authored-by: Anant Sharma <[email protected]>
1 parent 09c3537 commit f059435

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
@@ -267,7 +267,7 @@ target_compile_features(triton-python-backend PRIVATE cxx_std_${TRITON_MIN_CXX_S
267267
target_compile_options(
268268
triton-python-backend PRIVATE
269269
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
270-
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
270+
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
271271
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
272272
)
273273

0 commit comments

Comments
 (0)