mirror of
https://github.com/catchorg/Catch2
synced 2026-02-14 13:22:11 +00:00
Fixed more warnings and applied workaround for getting to std::numeric_limits without clashing with Windows' min() and max() macros.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "../catch.hpp"
|
||||
|
||||
size_t multiply( int a, int b )
|
||||
size_t multiply( size_t a, size_t b )
|
||||
{
|
||||
return a*b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user