On 14/01/13 20:43, Diego Biurrun wrote:
> These warnings have no false positives and point to serious bugs.
> ---
>  configure |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configure b/configure
> index 554d578..60d8fff 100755
> --- a/configure
> +++ b/configure
> @@ -3684,6 +3684,7 @@ elif enabled gcc; then
>      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 llvm_gcc; then
>      check_cflags -mllvm -stack-alignment=16
> 

Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to