mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Gardening: Fix some unused variable warnings in no-assert builds
This commit is contained in:
@@ -631,6 +631,7 @@ TypeBase::gatherAllSubstitutions(ModuleDecl *module,
|
||||
{gp->getCanonicalType()->castTo<GenericTypeParamType>(),
|
||||
genericEnv->mapTypeIntoContext(gp)});
|
||||
assert(result.second);
|
||||
(void) result;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user