Skip to content

Commit

Permalink
supress compiling warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Apr 13, 2024
1 parent 6f99154 commit af4a883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions im/pinyin/customphrase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ std::string CustomPhrase::evaluate(
content = content.substr(1);
std::string output;
output.reserve(content.size());
size_t variableNameStart;
size_t variableNameLength;
size_t variableNameStart = 0;
size_t variableNameLength = 0;

enum class State {
Normal,
Expand Down

0 comments on commit af4a883

Please sign in to comment.