Skip to content

Commit 99f21ca

Browse files
committed
Fixing tests under VS 2026
1 parent 12853e9 commit 99f21ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ foreach(LIB_SUFFIX ${LIB_TYPES})
238238
)
239239

240240
target_compile_options(test-${TEST_SUFFIX} PRIVATE
241-
$<$<CXX_COMPILER_ID:MSVC>:/utf-8;/W4;/WX>
241+
$<$<CXX_COMPILER_ID:MSVC>:/utf-8;/W4;/WX;/wd5285>
242242
$<$<CXX_COMPILER_ID:AppleClang>:-Wall;-Wextra;-pedantic;-Wno-self-assign-overloaded;-Wno-self-move>
243243
$<${CLANG_NORMAL}:-Wall;-Wextra;-pedantic;-Wno-self-assign-overloaded;-Wno-self-move>
244244
$<${CLANG_CL}:/W4;/WX;-Wno-self-assign-overloaded;-Wno-self-move>

0 commit comments

Comments
 (0)