forked from OSchip/llvm-project
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:
parent
ea73782ce3
commit
5f65cc8215
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue