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

Ensure constructor initializer order matches initialization order #11021

Merged
merged 2 commits into from Aug 30, 2022

Conversation

merryhime
Copy link
Contributor

ref: clang -Wreorder-ctor warning

… order

m_action_impl is initialized before m_mod in constructor
m_stage is initialized last
@AdmiralCurtiss AdmiralCurtiss merged commit 9195e1a into dolphin-emu:master Aug 30, 2022
11 checks passed
@merryhime merryhime deleted the constructor-order branch August 30, 2022 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants