From: handa Date: Mon, 9 Aug 2010 07:49:22 +0000 (+0000) Subject: (fully_initialize): Avoid compiler warning by casting. X-Git-Tag: REL-1-6-2~72 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=40d129bd51257be16b567979be52ec37cb6c881c;p=m17n%2Fm17n-lib.git (fully_initialize): Avoid compiler warning by casting. --- diff --git a/src/input.c b/src/input.c index 6fbd21d..86848be 100644 --- a/src/input.c +++ b/src/input.c @@ -401,7 +401,7 @@ fully_initialize () msymbol_put (alias[j], M_key_alias, alias[j + 1]); } - buf3[0] = 255; + buf3[0] = (char) 255; alias[0] = alias[3] = msymbol (buf3); alias[1] = one_char_symbol[255] = msymbol ("M-Delete"); alias[2] = msymbol ("A-Delete");