diff --git a/test/test_hash_value.cpp b/test/test_hash_value.cpp index bf66996..d8a91ae 100644 --- a/test/test_hash_value.cpp +++ b/test/test_hash_value.cpp @@ -2,6 +2,10 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt +#if defined(__GNUC__) && __GNUC__ == 5 +# pragma GCC diagnostic ignored "-Wconversion" +#endif + #include #include #include