Files
godot/tests/core/math
Fredia Huya-Kouadio deabc704d6 Fix TestColor build failure on Android
```
ERROR: In file included from tests\test_main.cpp:72:
./tests/core/math/test_color.h:64:27: error: ignoring temporary of type 'Color' declared with 'nodiscard' attribute [-Werror,-Wunused-value]
   64 |         const Color green_hsva = Color(0, 0, 0).from_hsv(120 / 360.0, 1, 1, 0.25);
      |                                  ^~~~~~~~~~~~~~
1 error generated.
```
2026-02-05 17:10:36 -08:00
..
2025-09-23 00:30:16 +08:00
2025-09-23 00:30:16 +08:00