On 14/01/13 20:43, Diego Biurrun wrote:
> ---
>  configure |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/configure b/configure
> index 60d8fff..6306094 100755
> --- a/configure
> +++ b/configure
> @@ -3693,6 +3693,9 @@ elif enabled clang; then
>      check_cflags -Qunused-arguments
>      check_cflags -Werror=implicit-function-declaration
>      check_cflags -Werror=missing-prototypes
> +    check_cflags -Werror=declaration-after-statement
> +    check_cflags -Werror=return-type
> +    check_cflags -Werror=vla
>  elif enabled armcc; then
>      # 2523: use of inline assembler is deprecated
>      add_cflags -W${armcc_opt},--diag_suppress=2523
> 

Can't hurt being explicit.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to