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

DolphinQt: Removed unused this capture in lambda #9554

Merged

Conversation

Dentomologist
Copy link
Contributor

The Host constructor sets a callback on a lambda that in turn calls Host_UpdateDisasmDialog. Since that function is not a member function capturing this is unnecessary.

Fixes -Wunused-lambda-capture warning on freebsd-x64.

The Host constructor sets a callback on a lambda that in turn calls
Host_UpdateDisasmDialog. Since that function is not a member function
capturing this is unnecessary.

Fixes -Wunused-lambda-capture warning on freebsd-x64.
@leoetlino leoetlino merged commit 6bcef87 into dolphin-emu:master Mar 3, 2021
@Dentomologist Dentomologist deleted the remove_unused_lambda_capture branch March 6, 2021 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants