Try to silence GCC warning

llvm-svn: 133623
This commit is contained in:
Douglas Gregor 2011-06-22 16:43:25 +00:00
parent ec667fcc36
commit ec793dde8e
1 changed files with 2 additions and 0 deletions

View File

@ -1998,6 +1998,7 @@ namespace {
CallReleaseForObject *Object
= new (&align) CallReleaseForObject(type, addr, precise);
Object->Emit(CGF, IsForEH);
(void)data[0];
}
void release(CodeGenFunction &CGF, QualType type, llvm::Value *addr) {
@ -2061,6 +2062,7 @@ namespace {
CallWeakReleaseForObject *Object
= new (&align) CallWeakReleaseForObject(type, addr);
Object->Emit(CGF, IsForEH);
(void)data[0];
}
void release(CodeGenFunction &CGF, QualType type, llvm::Value *addr) {