Skip to content

Commit

Permalink
Ignore -Wsign-conversion warning from Boost.Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed May 2, 2019
1 parent 02dc6de commit 6832ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit_test.hpp
Expand Up @@ -18,6 +18,7 @@
#if defined(BOOST_CLANG)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wfloat-equal"
#pragma clang diagnostic ignored "-Wsign-conversion"
#endif

#if defined(BOOST_GCC) && (BOOST_GCC >= 40900)
Expand Down

0 comments on commit 6832ad6

Please sign in to comment.