Re: [PATCH] selftests/alsa: fix a build warning: return a value in all cases

From: John Hubbard
Date: Sun May 05 2024 - 16:58:28 EST


On 5/5/24 7:53 AM, Mark Brown wrote:
On Fri, May 03, 2024 at 07:13:30PM -0700, John Hubbard wrote:
dump_config_tree() is declared to return an int, but the compiler cannot
prove that it always returns any value at all. This leads to a clang
warning, when building via:

Though given that the function isn't referenced we could also just
delete it.

Even better, thanks for spotting that. I'll send a v2 to delete it.

thanks,
--
John Hubbard
NVIDIA