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? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
