diff options
Diffstat (limited to 'tests/core/test_02.c')
-rw-r--r-- | tests/core/test_02.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/test_02.c b/tests/core/test_02.c index 9a0268009915..cf98d34f1f4b 100644 --- a/tests/core/test_02.c +++ b/tests/core/test_02.c @@ -70,7 +70,7 @@ main (int argc, char **argv) xo_emit(" {:lines/%7ju} {:words/%7ju} " "{:characters/%7ju} {d:filename/%s}\n", - 20, 30, 40, "file"); + (uintmax_t) 20, (uintmax_t) 30, (uintmax_t) 40, "file"); int i; for (i = 0; i < 5; i++) |