diff --git a/test/TestHelper.cpp b/test/TestHelper.cpp index e85ace365..a704ab171 100644 --- a/test/TestHelper.cpp +++ b/test/TestHelper.cpp @@ -28,7 +28,7 @@ Options::Options(int argc, char** argv) { tArgc = 0; tArgv = new char*[argc]; - for (size_t i = 0; i < argc; i++) + for (auto i = 0; i < argc; i++) { string arg = argv[i]; if (arg == "--ipc" && i + 1 < argc)