On Sun, 27 Dec 2020 18:06:16 +0200 Shiri Kuzin <shi...@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.