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 455a466 commit 0736624Copy full SHA for 0736624
Source/UnitTest/cmake_core.cmake
@@ -66,6 +66,7 @@ target_compile_options(${ASTCENC_TEST}
66
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-float-equal>
67
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-overriding-option>
68
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-unsafe-buffer-usage>
69
+ $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-covered-switch-default>
70
71
# Ignore things that the googletest build triggers
72
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-unknown-warning-option>
0 commit comments