From 006b4f4e5c3579428ff02ab954bf78a913df9e5a Mon Sep 17 00:00:00 2001 From: Leonid Bobrov Date: Thu, 16 Aug 2018 10:09:12 +0300 Subject: Prune long long warnings. --- auto_tests/tox_many_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_tests/tox_many_test.c') diff --git a/auto_tests/tox_many_test.c b/auto_tests/tox_many_test.c index 49933234..62c7c621 100644 --- a/auto_tests/tox_many_test.c +++ b/auto_tests/tox_many_test.c @@ -123,7 +123,7 @@ loop_top: tox_kill(toxes[i]); } - printf("test_many_clients succeeded, took %ld seconds\n", time(nullptr) - cur_time); + printf("test_many_clients succeeded, took %lu seconds\n", (unsigned long)(time(nullptr) - cur_time)); } int main(void) -- cgit v1.2.3