Gardening: Fix some unused variable warnings in no-assert builds

This commit is contained in:
Slava Pestov
2017-02-14 23:21:11 -08:00
parent c309fb2620
commit 41eba98902
15 changed files with 32 additions and 15 deletions

View File

@@ -631,6 +631,7 @@ TypeBase::gatherAllSubstitutions(ModuleDecl *module,
{gp->getCanonicalType()->castTo<GenericTypeParamType>(),
genericEnv->mapTypeIntoContext(gp)});
assert(result.second);
(void) result;
}
}