[dpdk-dev] [PATCH 06/17] net/ionic: add basic lif support

Stephen Hemminger stephen at networkplumber.org
Sat Oct 12 17:26:19 CEST 2019


On Sat, 12 Oct 2019 02:26:57 +0200
Alfredo Cardigliano <cardigliano at ntop.org> wrote:

> @@ -37,6 +37,7 @@ ifeq ($(shell test $(GCC_VERSION) -ge 44 && echo 1), 1)
>  CFLAGS += -Wno-deprecated -Wno-unused-parameter -Wno-unused-value
>  CFLAGS += -Wno-strict-aliasing -Wno-format-extra-args
>  CFLAGS += -Wno-missing-field-initializers -Wno-pointer-arith
> +CFLAGS += -Wno-deprecated-declarations
>  endif

Please fix your code instead of turning off warnings.


More information about the dev mailing list