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

AbstractFramebuffer: Fix Android reorder-ctor warning #12099

Conversation

Dentomologist
Copy link
Contributor

Move the declaration of m_additional_color_attachments so its initialization order matches that of the constructor.

This was the simplest way to fix the warning, but if someone wants to argue the declaration should be somewhere else I could reorder the constructor initializers instead.

Move declaration of m_additional_color_attachments so its initialization
order matches that of the constructor.
Copy link
Contributor

@iwubcode iwubcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fine. Thanks!

@JosJuice JosJuice merged commit 14a6076 into dolphin-emu:master Aug 13, 2023
11 checks passed
@Dentomologist Dentomologist deleted the abstractframebuffer_change_member_declaration_order branch August 13, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants