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

Fix some signals and non-debug branch for callable_mp #36494

Merged
merged 3 commits into from
Feb 24, 2020

Conversation

akien-mga
Copy link
Member

Follow-up to #36393, fixes one issue from that PR and a few signal issues that work on porting to callable_mp in #36426 uncovered.

As #36426 is not ready to merge yet, I'm moving the simple bugfixes to their own PR to merge them first.

@akien-mga akien-mga added this to the 4.0 milestone Feb 23, 2020
@akien-mga akien-mga changed the title Callable fixes Fix some signals and non-debug branch for callable_mp Feb 23, 2020
Was missed in godotengine#36393 because no `callable_mp()` calls were actually
compiled with `tools=no` in that PR.

Also work around GCC warning that also affects the
`call_with_variant_args_ret_helper` variant.
These bugs existed since those lines were added, so I assume that
their intended use is no longer relevant.
@akien-mga akien-mga merged commit 128a55a into godotengine:master Feb 24, 2020
@akien-mga akien-mga deleted the callable-fixes branch February 24, 2020 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant