[dpdk-dev] [RFC PATCH 5/6] rte_ether: implement encap and decap APIs

Stephen Hemminger stephen at networkplumber.org
Wed Dec 23 19:32:35 CET 2015


On Wed, 23 Dec 2015 16:49:51 +0800
Jijiang Liu <jijiang.liu at intel.com> wrote:

> +
> +#ifndef __INTEL_COMPILER
> +#pragma GCC diagnostic ignored "-Wcast-qual"
> +#endif
> +
> +#pragma GCC diagnostic ignored "-Wstrict-aliasing"
> +

Since this is new code, can't you please fix it to be warning safe?


More information about the dev mailing list