Skip to content

Conversation

@marvelpokemaster
Copy link

This fixes several -Wreorder warnings in the Wireplumber module.

The constructor's initializer list did not follow the field declaration
order defined in wireplumber.hpp. GCC warns when initializer order
differs from the header order, because the actual initialization always
follows the header declaration order.

This patch reorders the initializer list to match the header, removing
all -Wreorder warnings during build. No functional behavior changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant