mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-21 20:49:33 +01: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.