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

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()) {