Skip to content

varArgs parameter name may be used #19

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

Closed
kornilova203 opened this issue Jun 3, 2018 · 0 comments
Closed

varArgs parameter name may be used #19

kornilova203 opened this issue Jun 3, 2018 · 0 comments
Labels
bindgen Binding generator bug Something isn't working
Milestone

Comments

@kornilova203
Copy link
Member

Variadic function uses parameter with name varArgs but this name may be used by previous parameter:

def variadic_args(varArgs: native.CInt, varArgs: native.CVararg*)
@jonas jonas added this to the 0.1 milestone Jun 5, 2018
@jonas jonas added the bug Something isn't working label Jun 5, 2018
@jonas jonas added the bindgen Binding generator label Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindgen Binding generator bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants