mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Disable warnings for boost process v2
This commit is contained in:
parent
151e3c1ce1
commit
a78712fb0d
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
// 3rd party headers
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
||||
#pragma GCC diagnostic ignored "-Wpedantic"
|
||||
#include <boost/process/v2.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue