forked from boostorg/unordered
Disable -Wfloat-equal for clang-cl as well
This commit is contained in:
@ -5,6 +5,6 @@
|
|||||||
|
|
||||||
// Include this after the boost headers, but before other test headers.
|
// Include this after the boost headers, but before other test headers.
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__) || defined(__clang__)
|
||||||
#pragma GCC diagnostic ignored "-Wfloat-equal"
|
#pragma GCC diagnostic ignored "-Wfloat-equal"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user