mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
Suppress build warning.
llvm-svn: 81384
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user