On Fri, Nov 18, 2016 at 4:46 AM, Diego Biurrun <[email protected]> wrote:
> ---
>  libavformat/ape.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/ape.c b/libavformat/ape.c
> index 80e3372..d917815 100644
> --- a/libavformat/ape.c
> +++ b/libavformat/ape.c
> @@ -94,9 +94,9 @@ static int ape_probe(AVProbeData * p)
>      return 0;
>  }
>
> +#ifdef DEBUG
>  static void ape_dumpinfo(AVFormatContext * s, APEContext * ape_ctx)
>  {

how about simply

s = s;
apc_ctx = ape_ctx;

to silence these kind of warnings?
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to