We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12853e9 commit 99f21caCopy full SHA for 99f21ca
1 file changed
test/CMakeLists.txt
@@ -238,7 +238,7 @@ foreach(LIB_SUFFIX ${LIB_TYPES})
238
)
239
240
target_compile_options(test-${TEST_SUFFIX} PRIVATE
241
- $<$<CXX_COMPILER_ID:MSVC>:/utf-8;/W4;/WX>
+ $<$<CXX_COMPILER_ID:MSVC>:/utf-8;/W4;/WX;/wd5285>
242
$<$<CXX_COMPILER_ID:AppleClang>:-Wall;-Wextra;-pedantic;-Wno-self-assign-overloaded;-Wno-self-move>
243
$<${CLANG_NORMAL}:-Wall;-Wextra;-pedantic;-Wno-self-assign-overloaded;-Wno-self-move>
244
$<${CLANG_CL}:/W4;/WX;-Wno-self-assign-overloaded;-Wno-self-move>
0 commit comments