mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-28 03:45:44 +02:00

In case the warning -Werror=conversion is active with GCC, the warnings about "conversion from A to B may change value" lead to a compilation error. This explicitly convert the values to address these warnings.