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 724bc1c commit ce1c892Copy full SHA for ce1c892
Release/src/websockets/client/ws_client.cpp
@@ -62,7 +62,7 @@
62
#pragma GCC diagnostic pop
63
#else /* __GNUC__ */
64
#pragma warning( push )
65
-#pragma warning( disable : 4100 4127 4512 4996 4701)
+#pragma warning( disable : 4100 4127 4512 4996 4701 4267 )
66
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
67
#define _WEBSOCKETPP_CPP11_STL_
68
#define _WEBSOCKETPP_INITIALIZER_LISTS_
0 commit comments