]> git.ipfire.org Git - thirdparty/chrony.git/commit
test: avoid C99-style declaration in for loop
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 12 Feb 2024 13:42:03 +0000 (14:42 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 4 Mar 2024 10:38:11 +0000 (11:38 +0100)
commitad79aec94623fb1748ea5371dee6c71ac7873521
tree99c723d4a3072a60063f54728f1d6e43e8a61357
parent008dc16727dda8fedbb5b67bb83672e1c24565fc
test: avoid C99-style declaration in for loop

This fixes compilation without the -std=c99 option with an older gcc.
test/unit/leapdb.c