summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build2/operation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx
index 1cbf1041..c03a5ee4 100644
--- a/build2/operation.cxx
+++ b/build2/operation.cxx
@@ -506,7 +506,7 @@ namespace build2
// the noop meta-operation and the default operation; we omit printing
// both.
//
- for (size_t id (2); id < ov.size (); ++id)
+ for (uint8_t id (2); id < ov.size (); ++id)
{
if (ov[id] != nullptr)
cout << ' ' << ot[id];