Skip to content

Commit

Permalink
Ignore sign conversions for boost.uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 17, 2024
1 parent 86defe9 commit 468d600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_sha1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#elif defined(__GNUC__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wconversion"
# pragma GCC diagnostic ignored "-Wsign-conversion"
# pragma GCC diagnostic ignored "-Wold-style-cast"
#endif

Expand Down

0 comments on commit 468d600

Please sign in to comment.