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 7628da5 commit a1acf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/player/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// 3rd party headers
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#if defined(__clang__) && (__clang_major__ >= 13)
#if defined(__clang__) && (__clang_major__ >= 13) && !((__clang_major__ == 13) && (__clang_minor__ == 0) && (__clang_patchlevel__ == 0))
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
#pragma GCC diagnostic ignored "-Wpedantic"
Expand Down

0 comments on commit a1acf5e

Please sign in to comment.