On Sat, 26 Oct 2013 21:28:42 +0200, Luca Barbato <[email protected]> wrote: > It is by definition unreliable and causes pointless noise on valid > code. > --- > configure | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure b/configure > index f542995..9c2e7fc 100755 > --- a/configure > +++ b/configure > @@ -3907,6 +3907,7 @@ check_cflags -Wundef > check_cflags -Wmissing-prototypes > check_cflags -Wstrict-prototypes > enabled extra_warnings && check_cflags -Winline > +enabled extra_warnings || check_cflags -Wno-maybe-uninitialized >
I'm in favor of this, it causes more harm than good IMO. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
