[dpdk-dev] [PATCH 1/8] lib/librte_ethdev: introduce GENEVE header TLV option item
Stephen Hemminger
stephen at networkplumber.org
Sun Dec 27 18:25:17 CET 2020
On Sun, 27 Dec 2020 18:06:16 +0200
Shiri Kuzin <shirik at nvidia.com> wrote:
> +#ifdef PEDANTIC
> +#pragma GCC diagnostic ignored "-Wpedantic"
> +#endif
Please do not introduce pragma's for pedantic in standard headers.
It just clutters the code unnecessarily. The rest of DPDK is not guaranteed
to be free of pedantic warnings, so starting now is not worth the mess.
More information about the dev
mailing list