Skip to content

Commit

Permalink
Ignore warning from boost::process
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Apr 24, 2024
1 parent 1f91a96 commit 6754b3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/streamreader/stream_control.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
#pragma GCC diagnostic ignored "-Wnarrowing"
#pragma GCC diagnostic ignored "-Wc++11-narrowing"
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#if !defined(__clang__)
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#include <boost/process.hpp>
#pragma GCC diagnostic pop
#include <boost/asio/any_io_executor.hpp>
Expand Down

0 comments on commit 6754b3a

Please sign in to comment.