aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/locale/test-ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/locale/test-ctype.c b/src/test/locale/test-ctype.c
index 93358bf9de4..8cf5e17da7f 100644
--- a/src/test/locale/test-ctype.c
+++ b/src/test/locale/test-ctype.c
@@ -39,7 +39,7 @@ flag(int b)
void
describe_char(int c)
{
- char cp = c,
+ unsigned char cp = c,
up = toupper(c),
lo = tolower(c);