mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix build warnings
Swift SVN r3749
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
assert(calleeTy.is<FunctionType>() &&
|
||||
"callee of apply must have concrete function type");
|
||||
SILFunctionTypeInfo *ti = F.getModule().getFunctionTypeInfo(calleeTy);
|
||||
(void)ti;
|
||||
|
||||
DEBUG(llvm::dbgs() << "function input types:\n";
|
||||
for (SILType t : ti->getInputTypes()) {
|
||||
|
||||
Reference in New Issue
Block a user