app/testpmd: fix build with icc
authorTomasz Kulasek <tomaszx.kulasek@intel.com>
Tue, 22 Mar 2016 14:52:09 +0000 (15:52 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 22 Mar 2016 17:12:33 +0000 (18:12 +0100)
commita85ad367ac9cedf3f34e537cb8282a432b7167d6
tree600009cc268b034955ffd093c4b03d9425f0f2a5
parentd0979646166e740917baaabc4b78ded3482226b7
app/testpmd: fix build with icc

This patch fixes error #188: enumerated type mixed with another type,
when uint32_t is casted on enum type in icc.

Fixes: 05f1b9c82ec2 ("app/testpmd: add commands for L2 tunnel config")

Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
app/test-pmd/cmdline.c