[alsa-devel] [PATCH 4/5] Android: avoid link_warning
Jaroslav Kysela
perex at perex.cz
Fri Mar 15 13:18:48 CET 2019
Dne 15. 03. 19 v 10:17 Chih-Wei Huang napsal(a):
> It will be treated as an error.
>
> Signed-off-by: Chih-Wei Huang <cwhuang at linux.org.tw>
> ---
> src/pcm/pcm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
> index 11aec805..4bb5fe5f 100644
> --- a/src/pcm/pcm.c
> +++ b/src/pcm/pcm.c
> @@ -1053,7 +1053,7 @@ int snd_pcm_hwsync(snd_pcm_t *pcm)
> snd_pcm_unlock(pcm);
> return err;
> }
> -#ifndef DOC_HIDDEN
> +#if !defined(DOC_HIDDEN) && !defined(ANDROID)
> link_warning(snd_pcm_hwsync, "Warning: snd_pcm_hwsync() is deprecated, consider to use snd_pcm_avail()");
> #endif
Create a new option in the configure script (--disable-hwsync-warning or
so). I don't think that this should be Android only specific case.
Jaroslav
--
Jaroslav Kysela <perex at perex.cz>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.
More information about the Alsa-devel
mailing list