diff --git a/server/src/network/websocketconnection.hpp b/server/src/network/websocketconnection.hpp index fa76313f..d8354a29 100644 --- a/server/src/network/websocketconnection.hpp +++ b/server/src/network/websocketconnection.hpp @@ -25,7 +25,10 @@ #include #include +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wstringop-overflow" // FIXME: for boost 1.81 using GCC 12 on rasbian armhf #include +#pragma GCC diagnostic pop class Server;