On Thu, Nov 26, 2015 at 05:17:31PM +0100, Luca Barbato wrote: > --- a/configure > +++ b/configure > @@ -4658,13 +4658,12 @@ check_cflags -Wall > check_cflags -Wdisabled-optimization > check_cflags -Wpointer-arith > check_cflags -Wredundant-decls > -check_cflags -Wcast-qual > check_cflags -Wwrite-strings > check_cflags -Wtype-limits > check_cflags -Wundef > check_cflags -Wmissing-prototypes > check_cflags -Wstrict-prototypes > -enabled extra_warnings && check_cflags -Winline > +enabled extra_warnings && check_cflags -Winline -Wcast-qual
No, these should of course be tested separately. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
