"Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > The strategy here involves defining the variable within the for loop > syntax to make sure we use the appropriate bitness for the loop > sentinel. This matters in at least one method where the variable was > compared to uint32_t in some loops and size_t in others. Sounds like a fine way to avoid accidentally breaking these loops.