On Thu, 20 Aug 2020 11:02:31 +0800
Jiawen Wu <[email protected]> wrote:

> +# CFLAGS for gcc
> +#
> +ifeq ($(shell test $(GCC_VERSION) -ge 44 && echo 1), 1)
> +CFLAGS     += -Wno-deprecated
> +endif

Why is this flag on for the driver code?

Reply via email to