diff --git a/unittests/multithreaded_test.cpp b/unittests/multithreaded_test.cpp index 529d6401..225353c0 100644 --- a/unittests/multithreaded_test.cpp +++ b/unittests/multithreaded_test.cpp @@ -92,7 +92,7 @@ int main() return EXIT_FAILURE; } - if (chai.eval("getid(" + ss.str() + ")") != i) + if (chai.eval("getid(" + ss.str() + ")") != static_cast(i)) { return EXIT_FAILURE; }