Re: [PATCH 4/5] Android: avoid link_warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx>
> ---
>  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@xxxxxxxx>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux