diff options
Diffstat (limited to 'lib/CodeGen/CGDecl.cpp')
-rw-r--r-- | lib/CodeGen/CGDecl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGDecl.cpp b/lib/CodeGen/CGDecl.cpp index 14e999f589..b013446f6b 100644 --- a/lib/CodeGen/CGDecl.cpp +++ b/lib/CodeGen/CGDecl.cpp @@ -1082,6 +1082,7 @@ void CodeGenFunction::EmitParmDecl(const VarDecl &D, llvm::Value *Arg, const ObjCMethodDecl *method = cast<ObjCMethodDecl>(CurCodeDecl); assert(&D == method->getSelfDecl()); assert(method->getMethodFamily() != OMF_init); + (void) method; lt = Qualifiers::OCL_ExplicitNone; } |