mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
fix a warning in optimized build
llvm-svn: 23030
This commit is contained in:
parent
898278d586
commit
4349a69f74
@ -569,7 +569,7 @@ unsigned lefevre(const std::string inString,
|
||||
}
|
||||
|
||||
std::string t, u;
|
||||
int c;
|
||||
int c = 0;
|
||||
bool f;
|
||||
std::map<const int, int> w;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user