We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3948525 commit a6b4103Copy full SHA for a6b4103
CMakeLists.txt
@@ -64,7 +64,7 @@ target_compile_features(common-compile-settings INTERFACE cxx_std_${TRITON_MIN_C
64
65
target_compile_options(common-compile-settings INTERFACE
66
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
67
- -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
+ -Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
68
$<$<CXX_COMPILER_ID:MSVC>:/W0 /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
69
)
70
0 commit comments