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

tools: plugin: ipc4: fix build error in switch-case #9050

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Apr 16, 2024

A label must be followed with a statement and declaration is not a statement. Enclose the case in brackers to avoid compiler error on this.

A label must be followed with a statement and declaration is
not a statement. Enclose the case in brackets to avoid compiler
error on this.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Copy link
Contributor

@jsarha jsarha left a comment

Choose a reason for hiding this comment

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

Looks quite straight forward.

@kv2019i kv2019i merged commit d0239c7 into thesofproject:main Apr 17, 2024
44 of 45 checks passed
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.

5 participants