From 930a75074eff7f1d3c91b3a244d47066247d7cd5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 8 Jan 2023 23:04:40 +0100 Subject: Print warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libfonts_parse_aa__.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libfonts_parse_aa__.c') diff --git a/libfonts_parse_aa__.c b/libfonts_parse_aa__.c index 0ed9a3d..8394a56 100644 --- a/libfonts_parse_aa__.c +++ b/libfonts_parse_aa__.c @@ -36,7 +36,7 @@ main(void) ASSERT(res == C);\ strcpy(buf, S);\ for (i = 0; buf[i]; i++)\ - buf[i] = toupper(buf[i]);\ + buf[i] = (char)toupper(buf[i]);\ res = 999;\ ASSERT(libfonts_parse_aa__(&res, buf) == 1);\ ASSERT(res == C);\ -- cgit v1.2.3-70-g09d2