On Fri, Aug 1, 2025 at 6:01 PM Colin Ian King <colin.i.king@xxxxxxxxx> wrote: > > There are incorrect %u format specifiers being used to for signed integers, > fix this by using %d instead. Both of them sound to me like the fix of the symptom and not the cause. Can we simply make types of the iterators to be unsigned instead? -- With Best Regards, Andy Shevchenko