Suppress build warning.

llvm-svn: 81384
This commit is contained in:
Daniel Dunbar 2009-09-09 22:32:15 +00:00
parent e9766d559b
commit 277aa36d68
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ void CodeGenFunction::EmitStaticBlockVarDecl(const VarDecl &D) {
const llvm::Type *CodeGenFunction::BuildByRefType(const ValueDecl *D) {
QualType Ty = D->getType();
uint64_t Align = getContext().getDeclAlignInBytes(D);
(void) Align;
const llvm::Type *LTy = ConvertType(Ty);
bool needsCopyDispose = BlockRequiresCopying(Ty);