Skip to content

Commit

Permalink
Clang16 compatibility (#7194)
Browse files Browse the repository at this point in the history
ref #7193
  • Loading branch information
breezewish authored Mar 31, 2023
1 parent 3841512 commit 63a0113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libs/libcommon/include/boost_wrapper/cpp_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#if defined(__clang__)
#pragma clang diagnostic ignored "-Wunknown-warning-option"
#pragma GCC diagnostic ignored "-Wenum-constexpr-conversion"
#pragma GCC diagnostic ignored "-Wunknown-warning-option"
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#pragma GCC diagnostic ignored "-Wdeprecated-copy"
Expand Down

0 comments on commit 63a0113

Please sign in to comment.