diff options
-rw-r--r-- | build2/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx index 1cbf104..c03a5ee 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]; |