[dpdk-dev] [PATCH v2 01/16] fm10k: add new vPMD file

Stephen Hemminger stephen at networkplumber.org
Thu Oct 22 17:58:40 CEST 2015


On Thu, 22 Oct 2015 17:44:49 +0800
"Chen Jing D(Mark)" <jing.d.chen at intel.com> wrote:

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

Since this is new code, can't you make it work correctly
with Gcc. Rather than turning off a useful diagnostic.


More information about the dev mailing list