From 7092c3141189e7b07e65716d9cfee1af8936c3e9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Jun 2005 23:51:06 +0000 Subject: type cast output to prevent build warnings --- test/string/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/string') diff --git a/test/string/string.c b/test/string/string.c index ab041e63d..e23ee6279 100644 --- a/test/string/string.c +++ b/test/string/string.c @@ -1416,7 +1416,7 @@ main (void) else { status = EXIT_FAILURE; - printf("%d errors.\n", errors); + printf("%lu errors.\n", (unsigned long)errors); } return status; -- cgit v1.2.3