summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/light.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/light.cpp b/src/light.cpp
index 5c2c9145..0159a80b 100644
--- a/src/light.cpp
+++ b/src/light.cpp
@@ -4,6 +4,10 @@
#include "loader/vobj-info.hpp"
#include <cmath>
+#ifdef __clang__
+#pragma clang diagnostic ignored "-Wfloat-equal" // workaround ICE on clang 16
+#endif
+
namespace floormat {
light_proto::light_proto()