On Wed, Nov 23, 2016 at 6:38 AM, Diego Biurrun <[email protected]> wrote:
> This disables warnings about potentially uninitialized local pointer
> variables. Disabling the warning is in line with what we do for gcc.
nit: double space
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 6470878..bb03110 100755
> --- a/configure
> +++ b/configure
> @@ -3056,7 +3056,7 @@ msvc_flags(){
> -Wall) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389
> \
> -wd4146 -wd4057 -wd4204 -wd4706
> -wd4305 \
> -wd4152 -wd4324 -we4013 -wd4100
> -wd4214 \
> - -wd4273 -wd4554 -wd4701 ;;
> + -wd4273 -wd4554 -wd4701 -wd4703 ;;
> esac
> done
> }
> --
ok I think
--
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel