[dpdk-dev] [PATCH 1/5] mk/icc: disable treatment of warnings as errors

Thomas Monjalon thomas at monjalon.net
Thu Jan 23 16:31:55 CET 2020


23/01/2020 15:25, Alexander Kozyrev:
> Remove -Werror-all flag in ICC configuration file to stop treating ICC
> warnings as errors in DPDK due to many false positives. We are using
> GCC as a benchmark for wanings anyway and would like to simplify this.

GCC and clang

typo: wanings

> Suggested-by: Thomas Monjalon <thomas at monjalon.net>
> Signed-off-by: Alexander Kozyrev <akozyrev at mellanox.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>
[...]
> -ifeq ($(RTE_DEVEL_BUILD),y)
> -WERROR_FLAGS += -Werror-all
> -endif

I believe it is the right thing to do, thanks.

Acked-by: Thomas Monjalon <thomas at monjalon.net>




More information about the dev mailing list