mk: disable icc warning 188
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 Jan 2017 16:15:42 +0000 (16:15 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Jan 2017 19:55:04 +0000 (20:55 +0100)
commit1b80b9c854c3c9e06cc7d497233507428e29e782
tree6cdfe3afcf75ebb0294cb237c46483e09a8be85f
parent6b520d54ebfe7e1286c0388cfea14a6905b5ed22
mk: disable icc warning 188

error #188: enumerated type mixed with another type

This is get when an integer assigned to an enum variable.

Since this usage is common and causing many ICC compilation errors, and
other compilers accept this usage. Disabling the warning.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
mk/toolchain/icc/rte.vars.mk