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 querying offset into segment fd") > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied, thanks