forked from boostorg/container_hash
Disable -Wsign-conversion for GCC in hash_reference_values.cpp
This commit is contained in:
@@ -15,6 +15,10 @@ int main() {}
|
|||||||
# pragma clang diagnostic ignored "-Wlong-long"
|
# pragma clang diagnostic ignored "-Wlong-long"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__GNUC__)
|
||||||
|
# pragma GCC diagnostic ignored "-Wsign-conversion"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <boost/container_hash/hash.hpp>
|
#include <boost/container_hash/hash.hpp>
|
||||||
#include <boost/core/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
Reference in New Issue
Block a user