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

HDSPMixerOutput.cxx:96: possible typo ? #10

Open
dcb314 opened this issue Apr 7, 2022 · 0 comments
Open

HDSPMixerOutput.cxx:96: possible typo ? #10

dcb314 opened this issue Apr 7, 2022 · 0 comments

Comments

@dcb314
Copy link

dcb314 commented Apr 7, 2022

clang says:

HDSPMixerOutput.cxx:96:30: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]

Source code is

"AEB 1", "AEB 2", "AEB 3," "AEB 4"

Maybe better code

"AEB 1", "AEB 2", "AEB 3", "AEB 4"

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

No branches or pull requests

1 participant