summaryrefslogtreecommitdiffhomepage
path: root/compat/math.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/math.hpp')
-rw-r--r--compat/math.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/compat/math.hpp b/compat/math.hpp
index 0afa3c8f..fff2a234 100644
--- a/compat/math.hpp
+++ b/compat/math.hpp
@@ -4,10 +4,6 @@
#include <bit>
#include <cmath>
-#ifdef __clang__
-#pragma clang diagnostic ignored "-Wfloat-equal"
-#endif
-
namespace floormat::math::detail {
template<typename T> struct int_type_for_;