mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-25 15:06:21 +02:00
Disable some more warnings for boost::process
This commit is contained in:
parent
420e12e4a4
commit
d8fe7c89f1
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#pragma GCC diagnostic ignored "-Wunused-result"
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#pragma GCC diagnostic ignored "-Wmissing-braces"
|
||||
#pragma GCC diagnostic ignored "-Wc++11-narrowing"
|
||||
#include <boost/process.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
#include <map>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue