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

Do not return when calling void functions #2497

Merged
merged 3 commits into from
Apr 10, 2023

Conversation

pvdrz
Copy link
Contributor

@pvdrz pvdrz commented Apr 10, 2023

Update the code generation for the --wrap-static-fns feature so the wrapper for a static function that returns void no longer contains a return statement and only calls the function instead.

Update the code generation for the `--wrap-static-fns` feature so the
wrapper for a static function that returns `void` no longer contains a
`return` statement and only calls the function instead.
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

Successfully merging this pull request may close these issues.

1 participant