7 Apr
2022
7 Apr
'22
5:07 p.m.
alsa-project/alsa-tools issue #10 was opened from dcb314:
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"
Issue URL : https://github.com/alsa-project/alsa-tools/issues/10 Repository URL: https://github.com/alsa-project/alsa-tools