Ignore warnings for boost beast

This commit is contained in:
badaix 2022-12-29 11:49:23 +01:00
parent 853c3f622f
commit ae035f5df9
3 changed files with 17 additions and 5 deletions

View file

@ -24,7 +24,10 @@
// 3rd party headers
#include <boost/asio/strand.hpp>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-copy-with-user-provided-copy"
#include <boost/beast/core.hpp>
#pragma GCC diagnostic pop
#include <boost/beast/websocket.hpp>
// standard headers