Re: [dpdk-dev] [PATCH v2] eal/bsd: fix unused parameters compile error

2018-09-20 Thread Thomas Monjalon
20/09/2018 14:26, Anatoly Burakov: > When compiling on FreeBSD, lots of warnings/errors are thrown for > unused parameter. Fix these by marking the parameters as unused > in the code. > > Fixes: 1009ba1704f9 ("mem: add internal API to get and set segment fd") > Fixes: 3a44687139eb ("mem: allow que

[dpdk-dev] [PATCH v2] eal/bsd: fix unused parameters compile error

2018-09-20 Thread Anatoly Burakov
When compiling on FreeBSD, lots of warnings/errors are thrown for unused parameter. Fix these by marking the parameters as unused in the code. Fixes: 1009ba1704f9 ("mem: add internal API to get and set segment fd") Fixes: 3a44687139eb ("mem: allow querying offset into segment fd") Signed-off-by: