diff options
Diffstat (limited to 'zenhttp/httpuws.cpp')
| -rw-r--r-- | zenhttp/httpuws.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpuws.cpp b/zenhttp/httpuws.cpp index 131ecf663..2fb3734e8 100644 --- a/zenhttp/httpuws.cpp +++ b/zenhttp/httpuws.cpp @@ -1,7 +1,7 @@ #include "httpuws.h" #pragma warning(push) -#pragma warning(disable : 4244 4267 4706) +#pragma warning(disable : 4244 4267 4458 4706) #include <uwebsockets/App.h> #pragma warning(pop) |