event/opdl: fix icc build
authorZhiyong Yang <zhiyong.yang@intel.com>
Thu, 25 Jan 2018 07:03:50 +0000 (15:03 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Jan 2018 16:11:24 +0000 (17:11 +0100)
commit8b35ad02dbf9fee21f40c1031f829554705f69f7
tree28003b97d1259cad5dc414439ec98fc2366f5ba5
parent788203582cdeaea334c044858e92cf802083deb4
event/opdl: fix icc build

ICC reports the issue at compile time as follows.
error #592: variable "i" is used before its value is set
        RTE_SET_USED(i);

The patch is to fix it. GCC and CLANG has been tested as well.

Fixes: d548ef513cd7 ("event/opdl: add unit tests")

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Acked-by: Liang Ma <liang.j.ma@intel.com>
drivers/event/opdl/opdl_test.c