fixme: disabled stringop-overflow for now to get CI working again, still need to investigate

Dieser Commit ist enthalten in:
Reinder Feenstra 2025-01-11 11:18:22 +01:00
Ursprung b73ed8c0eb
Commit 36cf5f4f71

Datei anzeigen

@ -25,7 +25,10 @@
#include <memory>
#include <boost/beast/core/tcp_stream.hpp>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstringop-overflow" // FIXME: for boost 1.81 using GCC 12 on rasbian armhf
#include <boost/beast/websocket/stream.hpp>
#pragma GCC diagnostic pop
class Server;