diff options
Diffstat (limited to 'time/tst-posixtz.c')
-rw-r--r-- | time/tst-posixtz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tst-posixtz.c b/time/tst-posixtz.c index 8c36513b0c..ccba63e5b4 100644 --- a/time/tst-posixtz.c +++ b/time/tst-posixtz.c @@ -28,7 +28,7 @@ int main (void) { int result = 0; - int cnt; + size_t cnt; for (cnt = 0; cnt < sizeof (tests) / sizeof (tests[0]); ++cnt) { |