Initial declarations in 'for' loop
unithand.c has a couple of 'for (int i = 0 ...'
That's against our CodingStyle, and gives an error with an old gcc not defaulting to C99-mode (seen on Trusty)
unithand.c has a couple of 'for (int i = 0 ...'
That's against our CodingStyle, and gives an error with an old gcc not defaulting to C99-mode (seen on Trusty)