On Fri, Nov 18, 2016 at 10:10:19AM -0500, Vittorio Giovara wrote:
> On Fri, Nov 18, 2016 at 4:46 AM, Diego Biurrun <[email protected]> wrote:
> > --- a/libavformat/ape.c
> > +++ b/libavformat/ape.c
> > @@ -94,9 +94,9 @@ static int ape_probe(AVProbeData * p)
> >
> > +#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?

That hides the intent (at least somewhat), I don't like it.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to