Remove mbtowc warnings
authorAndreas Zwinkau <qznc@go.to>
Tue, 3 Jul 2012 21:11:06 +0000 (23:11 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 21 Jul 2012 19:08:20 +0000 (22:08 +0300)
commite79ad21aebfe1dc4227ae1f8dd3a2f1c0b5ba193
tree47febc545e464de15f0603d4a0bb2281cdea3e8c
parent0b612539318a688ad24b66392bf39aedf8a01f62
Remove mbtowc warnings

As mbtowc(_, _, 1) reads at most one char, everything other than a
return value of 1 is an error. Since the input strings are static,
an assert protects against future changes.

Likewise, wctomb should currently never encounter a character, which
actually needs a multibyte representation.
src/keycode.cpp