mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
fix a warning in optimized build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23030 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0a7f83049
commit
4a20997057
@ -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