diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/light.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 <cmath> -#ifdef __clang__ -#pragma clang diagnostic ignored "-Wfloat-equal" // workaround ICE on clang 16 -#endif - namespace floormat { light_proto::light_proto() |