Diego Biurrun <[email protected]> writes:

> The flag was added to avoid excessive warning spam, but nowadays those
> warnings no longer occur in such large numbers as to require silencing.
> Besides, gcc-specific flags do not belong in the Makefiles.
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 52b6647..57e9f51 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -45,7 +45,7 @@ COMPILE_S = $(call COMPILE,AS)
>       $(COMPILE_S)
>
>  %.ho: %.h
> -     $(CC) $(CPPFLAGS) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
> +     $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ -x c $<
>
>  %.ver: %.v
>       $(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@
> -- 

OK

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to