1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-05 03:55:58 +01:00

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

View file

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