HDSPMixerOutput.cxx:96: possible typo ?
7 Apr
2022
7 Apr
'22
6: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
948
Age (days ago)
948
Last active (days ago)
0 comments
1 participants
participants (1)
-
GitHub issues - opened