Re: [libav-devel] [PATCH 1/2] build: Add -Wpedantic and -Wextra to extra warning flags

2016-12-01 Thread Luca Barbato
On 01/12/2016 08:38, Diego Biurrun wrote: > Also drop -Winline from set of warning flags as it only produces noise. > --- > configure | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/configure b/configure > index 71141c2..f2f96e5 100755 > --- a/configure > +++

[libav-devel] [PATCH 1/2] build: Add -Wpedantic and -Wextra to extra warning flags

2016-11-30 Thread Diego Biurrun
Also drop -Winline from set of warning flags as it only produces noise. --- configure | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 71141c2..f2f96e5 100755 --- a/configure +++ b/configure @@ -4834,8 +4834,12 @@ check_cflags -Wtype-limits