silence a warning, it isn't clear what the right answer is here,

will talk to steve.

llvm-svn: 69519
This commit is contained in:
Chris Lattner 2009-04-19 06:59:18 +00:00
parent ea73782ce3
commit 5f65cc8215
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ static void appendFieldAndPadding(CodeGenModule &CGM,
llvm::Constant *CodeGenModule::
GetAddrOfConstantCFString(const StringLiteral *Literal) {
std::string str;
unsigned StringLength;
unsigned StringLength = 0;
bool isUTF16 = false;
if (Literal->containsNonAsciiOrNull()) {