Commit b5e7719
authored
Use C89 prior variable init to remove last critical c-extension lint error (#310)
Change one for-loop to use C89-style prior variable init to remove last
critical splint error and make lint action pass.
Not ideal if it prevents eventual move to C99 standards, but AFAICT we
do use C89 variable declarations in all other locations. So it's no big
deal at the moment and does add consistency.1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
239 | 240 | | |
240 | | - | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| |||
0 commit comments