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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user