Skip to content

changes loop counter data type to unsigned int

Cristian Lalescu requested to merge (removed):std/loop-counter-type into master

this gets rid of warning that integers of different signedness are being compared in the loop.

Merge request reports