diff options
Diffstat (limited to 'toolsrc/src/commands_ci.cpp')
| -rw-r--r-- | toolsrc/src/commands_ci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_ci.cpp b/toolsrc/src/commands_ci.cpp index b20c204f4..f207eeaaa 100644 --- a/toolsrc/src/commands_ci.cpp +++ b/toolsrc/src/commands_ci.cpp @@ -86,7 +86,7 @@ namespace vcpkg::Commands::CI System::println(stopwatch.toString()); - for (int i = 0; i < results.size(); i++) + for (size_t i = 0; i < results.size(); i++) { if (results[i] == BuildResult::SUCCEEDED) { |
