numam-dpdk/examples/l3fwd-power
Thomas Monjalon 6e5765deb7 examples/l3fwd-power: fix build with icc
main.c(376): error #592: variable "lcore_id" is used before its value is set
        RTE_SET_USED(lcore_id);
        ^

The variables were voided with RTE_SET_USED without an obvious reason.
Removing these voidings should avoid the icc error.

Fixes: a137d012 ("examples/l3fwd-power: support traffic pattern aware control")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-10-27 00:18:06 +02:00
..
main.c examples/l3fwd-power: fix build with icc 2018-10-27 00:18:06 +02:00
main.h examples/l3fwd-power: add high/regular perf cores options 2018-07-12 19:19:07 +02:00
Makefile examples/l3fwd-power: support traffic pattern aware control 2018-10-26 01:55:07 +02:00
meson.build examples/l3fwd-power: support traffic pattern aware control 2018-10-26 01:55:07 +02:00
perf_core.c examples/l3fwd-power: add high/regular perf cores options 2018-07-12 19:19:07 +02:00
perf_core.h examples/l3fwd-power: add high/regular perf cores options 2018-07-12 19:19:07 +02:00