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 058b78a commit 724bc1cCopy full SHA for 724bc1c
Release/tests/functional/websockets/utilities/test_websocket_server.cpp
@@ -32,7 +32,7 @@
32
#ifdef _MS_WINDOWS
33
#pragma warning( disable : 4503 )
34
#pragma warning( push )
35
-#pragma warning( disable : 4100 4127 4996 4512 4701)
+#pragma warning( disable : 4100 4127 4996 4512 4701 4267 )
36
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
37
#define _WEBSOCKETPP_CPP11_STL_
38
#define _WEBSOCKETPP_INITIALIZER_LISTS_
0 commit comments