Skip to content

Commit

Permalink
Disable warnings for boost process v2
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Mar 31, 2024
1 parent 151e3c1 commit a78712f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/player/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a78712f

Please sign in to comment.