From 17772a53ea0a18f386721fc5c404f80f57dc8a00 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 30 May 2023 16:45:34 +0200 Subject: try to fix osx ci --- src/light.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 +#ifdef __clang__ +#pragma clang diagnostic ignored "-Wfloat-equal" // workaround ICE on clang 16 +#endif + namespace floormat { light_proto::light_proto() -- cgit v1.2.3