Re: [libav-devel] [PATCH] configure: Disable shift operator precedence warnings with MSVC

2015-03-16 Thread Vittorio Giovara
On Mon, Mar 16, 2015 at 9:19 AM, Diego Biurrun wrote: > --- > > This one appears to add little signal, but a lot of noise. > > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ok -- Vittorio ___ libav-devel mailing list libav-devel@li

[libav-devel] [PATCH] configure: Disable shift operator precedence warnings with MSVC

2015-03-16 Thread Diego Biurrun
--- This one appears to add little signal, but a lot of noise. configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 05608f4..f6c9bec 100755 --- a/configure +++ b/configure @@ -2736,7 +2736,7 @@ msvc_flags(){ -Wall)