Skip to content

Commit 112e2fe

Browse files
committed
Silenced warnings when building BlackJack sample with clang.
1 parent e8b12e9 commit 112e2fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Release/samples/BlackJack/BlackJack_Client/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
add_definitions(-Wno-switch)
2+
13
add_executable(blackjackclient
24
BlackJackClient.cpp
35
stdafx.cpp

0 commit comments

Comments
 (0)