Skip to content

Commit 674197e

Browse files
committed
Disable set warnings as errors for Windows
1 parent 45b9fa4 commit 674197e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/connect/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ ELSE(NOT UNIX)
7373
tabwmi.cpp tabwmi.h tabmac.cpp tabmac.h macutil.cpp macutil.h)
7474
# Add exception handling to the CONNECT project)
7575
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
76+
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX-")
7677
SET(IPHLPAPI_LIBRARY iphlpapi.lib)
7778
IF(MSVC AND (CMAKE_CXX_COMPILER_ID MATCHES Clang))
7879
# Connect does not work with clang-cl

0 commit comments

Comments
 (0)