libcsa: Resolve GCC 9 warnings

This commit is contained in:
Peter Howkins
2020-08-01 21:38:08 +01:00
parent c7907f4f19
commit ce4fad4c5a
4 changed files with 8 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ _DtCm_print_tick(time_t t)
_Xctimeparams ctime_buf;
a = _XCtime(&t, ctime_buf);
(void) fprintf (stderr, "%d %s\n", t, a);
(void) fprintf (stderr, "%ld %s\n", t, a);
}
extern void