On Sun, Jun 19, 2011 at 19:35:48 (CEST), Måns Rullgård wrote: > Diego Biurrun <[email protected]> writes: > >> On Sun, Jun 19, 2011 at 06:03:38PM +0100, Mans Rullgard wrote: >>> These flags are accepted without error but produce an annoying >>> warning. Filtering them out makes the build less noisy. >>> >>> --- a/configure >>> +++ b/configure >>> @@ -2070,6 +2070,7 @@ elif $cc -v 2>&1 | grep -q 'PathScale\|Path64'; then >>> size_cflags='-Os' >>> + filter_cflags='filter_out -Wdisabled-optimization' >>> elif $cc -v 2>&1 | grep -q Open64; then >>> @@ -2078,6 +2079,7 @@ elif $cc -v 2>&1 | grep -q Open64; then >>> size_cflags='-Os' >>> + filter_cflags='filter_out >>> -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros' >>> fi >> >> Much better, thanks - and patch OK. > > Is this OK for the release?
Assuming it works, yes, please push to master. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
