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

VideoCommon: fix some compiler warnings for CustomAsset #12050

Conversation

iwubcode
Copy link
Contributor

@iwubcode iwubcode commented Jul 17, 2023

FreeBSD compiler was complaining about my usage of the defaulted copy/move constructor in CustomAsset (for good reason!). This should silence those warnings.

…iler complained about a defaulted move constructor due to the mutex being implicitly deleted. Additionally, the const owning library deleted the copy constructor.
@iwubcode iwubcode force-pushed the custom_asset_compiler_warning_fixes branch from 49e8fc1 to 79f202e Compare July 17, 2023 00:46
@AdmiralCurtiss AdmiralCurtiss merged commit d1ce2e5 into dolphin-emu:master Jul 19, 2023
11 checks passed
@iwubcode iwubcode deleted the custom_asset_compiler_warning_fixes branch July 19, 2023 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants