On Sat, 12 Oct 2019 02:26:57 +0200 Alfredo Cardigliano <cardigli...@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.