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.
Attachment:
signature.asc
Description: PGP signature
- Follow-Ups:
- Re: [PATCH] selftests/alsa: fix a build warning: return a value in all cases
- From: John Hubbard
- Re: [PATCH] selftests/alsa: fix a build warning: return a value in all cases
- References:
- [PATCH] selftests/alsa: fix a build warning: return a value in all cases
- From: John Hubbard
- [PATCH] selftests/alsa: fix a build warning: return a value in all cases
- Prev by Date: Re: [PATCH] selftests/alsa: fix a build warning: return a value in all cases
- Next by Date: Re: [PATCH v2] ASoC: Use inline function for type safety in snd_soc_substream_to_rtd()
- Previous by thread: Re: [PATCH] selftests/alsa: fix a build warning: return a value in all cases
- Next by thread: Re: [PATCH] selftests/alsa: fix a build warning: return a value in all cases
- Index(es):