shut up warning

This commit is contained in:
Kelvin Sherlock 2016-08-09 14:40:00 -04:00
parent a4e724a1a6
commit f3db9b7cc0
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ std::string utf8_to_macroman(const std::string &s) {
rv.reserve(s.size());
unsigned cs = 0;
uint16_t tmp;
uint16_t tmp = 0;
for (unsigned char c : s) {
switch(cs) {