summaryrefslogtreecommitdiff
path: root/imap/src/c-client/utf8.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-08-19 21:15:42 -0600
committerEduardo Chappa <chappa@washington.edu>2021-08-19 21:15:42 -0600
commit36ca37aa3d669a66a19100f4e2564d6cd1a1b999 (patch)
treed2a419ad3110cee07eb52552f202812cd0231d42 /imap/src/c-client/utf8.c
parente58edb33f71687cb0b12c10a6cea2db2f8a35011 (diff)
downloadalpine-36ca37aa3d669a66a19100f4e2564d6cd1a1b999.tar.xz
* Clear out some warnings given by gcc-10.
Diffstat (limited to 'imap/src/c-client/utf8.c')
-rw-r--r--imap/src/c-client/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/utf8.c b/imap/src/c-client/utf8.c
index be03bd10..418f94da 100644
--- a/imap/src/c-client/utf8.c
+++ b/imap/src/c-client/utf8.c
@@ -2422,7 +2422,7 @@ RECURSIVEMORE {
unsigned long ucs4_decompose (unsigned long c,void **more)
{
- unsigned long i,ix,ret;
+ unsigned long i,ix,ret = c;
struct decomposemore *m;
if (c & U8G_ERROR) { /* want to chase more? */
/* do sanity check */