Fixed remaing pragmas
This commit is contained in:
parent
4dcd9a9924
commit
e2e206d81b
@ -137,14 +137,14 @@ public:
|
|||||||
// To perform EPS-based comparison, use the EqualsEps() function
|
// To perform EPS-based comparison, use the EqualsEps() function
|
||||||
|
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostics push
|
#pragma clang diagnostic push
|
||||||
#pragma clang diagnostics ignored "-Wfloat-equal"
|
#pragma clang diagnostic ignored "-Wfloat-equal"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return !((x != a_Rhs.x) || (y != a_Rhs.y) || (z != a_Rhs.z));
|
return !((x != a_Rhs.x) || (y != a_Rhs.y) || (z != a_Rhs.z));
|
||||||
|
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostics pop
|
#pragma clang diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user