HDSPMixerOutput.cxx:96: possible typo ?

GitHub issues - opened github at alsa-project.org
Thu Apr 7 17:07:52 CEST 2022


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


More information about the Alsa-devel mailing list