diff options
| author | Stefan Boberg <[email protected]> | 2021-09-10 22:05:53 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-10 22:05:53 +0200 |
| commit | e1d47b0ea8f56f3ac89602b65c3c1245285109c4 (patch) | |
| tree | 668a026969c71614c00765377d451feda35a6f20 /zenhttp/httpuws.cpp | |
| parent | Improved error reporting, tweaked request buffer size and added explicit clea... (diff) | |
| download | zen-e1d47b0ea8f56f3ac89602b65c3c1245285109c4.tar.xz zen-e1d47b0ea8f56f3ac89602b65c3c1245285109c4.zip | |
Added warning disable for latest uWS
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 a35caa120..131ecf663 100644 --- a/zenhttp/httpuws.cpp +++ b/zenhttp/httpuws.cpp @@ -1,7 +1,7 @@ #include "httpuws.h" #pragma warning(push) -#pragma warning(disable : 4267 4706) +#pragma warning(disable : 4244 4267 4706) #include <uwebsockets/App.h> #pragma warning(pop) |