Suppress unchecked cast warning

This commit is contained in:
Paul Schaub 2024-02-22 11:55:03 +01:00
parent dd0c3f10c5
commit 3f518eb1e0
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ internal constructor(
* @param block function to apply to the subkey. Used to add binding signatures. * @param block function to apply to the subkey. Used to add binding signatures.
* @return this * @return this
*/ */
@Suppress("UNCHECKED_CAST")
@JvmOverloads @JvmOverloads
fun addSubkey( fun addSubkey(
type: KeyType, type: KeyType,