Disable "deprecated-declarations" warning on macos

This commit is contained in:
badaix 2022-06-30 14:04:12 +02:00
parent 90a720628e
commit c77040ee1e
3 changed files with 17 additions and 14 deletions

View file

@ -24,6 +24,7 @@
// 3rd party headers
#include <boost/beast/core.hpp>
#if defined(__GNUC__) && !defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"