Suppressed warnings

connection_type_change
nathan 2020-09-19 23:42:40 +02:00
parent b1a49be45e
commit 9a0b2d9c6e
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ object Mac {
buf.append('0')
}
@Suppress("EXPERIMENTAL_API_USAGE")
buf.append(Integer.toHexString(byte.toUByte().toInt()))
}