diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-30 16:45:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-30 16:45:34 +0200 |
commit | 17772a53ea0a18f386721fc5c404f80f57dc8a00 (patch) | |
tree | 6d4a4e709928e634f305da1412dcb56e8199a359 /src | |
parent | 25acfd26024bf4d1ab806c1b3cbc885118b0eb7b (diff) |
try to fix osx ci
Diffstat (limited to 'src')
-rw-r--r-- | src/light.cpp | 4 |
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() |