CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-06-26 11:45:35 +02:00
parent 17cf73001c
commit 261609f706
8 changed files with 89 additions and 30 deletions
+4
View File
@@ -59,6 +59,10 @@
// warning: comparison with NaN always evaluates to false in fast floating point modes
#pragma clang diagnostic ignored "-Wtautological-constant-compare"
#endif
#if defined(__FAST_MATH__) && defined(__clang__) && (__clang_major__ + 0 >= 18)
// warning: use of NaN is undefined behavior due to the currently enabled floating-point options
#pragma clang diagnostic ignored "-Wnan-infinity-disabled"
#endif
#include <doctest/doctest/parts/doctest.cpp>