From 67a2d708dc4b29da8ae0bf039e25081e87c8d55a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 11 Oct 2023 10:33:07 +0200 Subject: cmake: kill -Wfloat-equal It crashes clang 16. --- src/light.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/light.cpp b/src/light.cpp index 13f39b22..4a240f29 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -4,10 +4,6 @@ #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