mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-30 00:16:48 +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:
@@ -569,7 +569,7 @@ unsigned lefevre(const std::string inString,
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string t, u;
|
std::string t, u;
|
||||||
int c;
|
int c = 0;
|
||||||
bool f;
|
bool f;
|
||||||
std::map<const int, int> w;
|
std::map<const int, int> w;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user