mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Fixing warnings in wxdata
This commit is contained in:
parent
05d795d18f
commit
3339a40780
17 changed files with 36 additions and 43 deletions
|
|
@ -41,7 +41,7 @@ bool CodedLocation::Parse(const StringRange& lines, const std::string& wfo)
|
|||
};
|
||||
|
||||
bool dataValid = true;
|
||||
LocationFormat format;
|
||||
LocationFormat format {};
|
||||
|
||||
std::vector<std::string> tokenList;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue