Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler warnings about inline functions #382

Open
anan44 opened this issue Feb 28, 2023 · 0 comments
Open

Compiler warnings about inline functions #382

anan44 opened this issue Feb 28, 2023 · 0 comments
Assignees

Comments

@anan44
Copy link

anan44 commented Feb 28, 2023

Kotlin files compiled with gRPC contain inline functions that cause following warnings with the compiler:

Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types

it is unclear to me what exactly causes the inline functions, but the compiler does believe that they are unnecessary. Perhaps there is a way to opt out of this behaviour or the warnings, but I have not discovered it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants