eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.22k stars 170 forks source link

Fix GCC and Clang warnings on tests #329

Closed FranckRJ closed 2 months ago

FranckRJ commented 2 months ago

Fix the remaining warnings when compiling the tests with de default options on C++20 and above. Should fix #320.

coveralls commented 2 months ago

Coverage Status

coverage: 99.926%. remained the same when pulling a0e19c25a056ac80028c74f33687ce7ee9d0c09d on fix-gcc-clang-warnings into dc1dbd1cdf7ae9898b9cf292f7f84ab539634a6e on dev.