Skip to content

Commit ce1c892

Browse files
committed
Ignoring 64bit warning from websocketpp.
1 parent 724bc1c commit ce1c892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/websockets/client/ws_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#pragma GCC diagnostic pop
6363
#else /* __GNUC__ */
6464
#pragma warning( push )
65-
#pragma warning( disable : 4100 4127 4512 4996 4701)
65+
#pragma warning( disable : 4100 4127 4512 4996 4701 4267 )
6666
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
6767
#define _WEBSOCKETPP_CPP11_STL_
6868
#define _WEBSOCKETPP_INITIALIZER_LISTS_

0 commit comments

Comments
 (0)