nate-plxs
nate-plxs
The `cmake_minimum_required` specified in the parent CMakeLists.txt file is far enough out of date that it triggers a CMake warning starting in CMake 3.27, see [docs](https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html#policy-settings) This can be fixed,...
When building Catch2 against later GCC versions, I encountered some errors about types like uint8_t and uint32_t not being defined. Upgrading Catch2 to v3.10.0 resolve these issues and allowed me...
Warning seen on Line 77 and 144. Added cast on 158 as well to be consistent. This was the GCC warning, https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wconversion