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. --- shaders/lightmap.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'shaders') diff --git a/shaders/lightmap.cpp b/shaders/lightmap.cpp index 6600885c..20d5616e 100644 --- a/shaders/lightmap.cpp +++ b/shaders/lightmap.cpp @@ -18,10 +18,6 @@ #include #include -#if defined __CLION_IDE__ || defined __clang__ -#pragma GCC diagnostic ignored "-Wfloat-equal" -#endif - namespace floormat { namespace { -- cgit v1.2.3