Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e083b6f3 authored by cketti's avatar cketti
Browse files

Suppress warning about inlining

parent a807373e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ internal inline fun <reified T : MethodResponse> JmapRequest.Call.getMainRespons
    return methodResponses.getMainResponseBlocking()
}

@Suppress("NOTHING_TO_INLINE")
internal inline fun <T> ListenableFuture<T>.futureGetOrThrow(): T {
    return try {
        get()