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.