Re: [dpdk-dev] [PATCH] pktgen: fix clang compiler errors / warnings

2019-06-18 Thread Wiles, Keith
> On Jun 18, 2019, at 3:58 PM, Adam Drescher wrote: > > Clang complains about the following issues: > (1) unclear meaning of =- in assignment of pktgen.verbose > (2) unused function sct(), which is also defined in cli_cmds.c > (3) typo in include guard for rte_lua_vec.h > (4) duplicate inline

[dpdk-dev] [PATCH] pktgen: fix clang compiler errors / warnings

2019-06-18 Thread Adam Drescher
Clang complains about the following issues: (1) unclear meaning of =- in assignment of pktgen.verbose (2) unused function sct(), which is also defined in cli_cmds.c (3) typo in include guard for rte_lua_vec.h (4) duplicate inline due to expansion of __rte_always_inline Tested the patch on both cla