mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2026-04-19 20:16:57 +00:00
shut up warning
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user