mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-30 22:59:51 +02:00
Disable "deprecated-declarations" warning on macos
This commit is contained in:
parent
90a720628e
commit
c77040ee1e
3 changed files with 17 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue