Skip to content

Commit 0736624

Browse files
committed
Fix warning
1 parent 455a466 commit 0736624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/UnitTest/cmake_core.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ target_compile_options(${ASTCENC_TEST}
6666
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-float-equal>
6767
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-overriding-option>
6868
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-unsafe-buffer-usage>
69+
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-covered-switch-default>
6970

7071
# Ignore things that the googletest build triggers
7172
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-unknown-warning-option>

0 commit comments

Comments
 (0)