eal/bsd: fix build
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 20 Sep 2018 12:26:37 +0000 (13:26 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 20 Sep 2018 12:51:52 +0000 (14:51 +0200)
commit55d6bb67c9b3858b50df6c74a3b37d87b271a027
tree447ea7ad9c51f80fb1ece0d5458139754cb6783d
parentd5946eef6a83e335e0af8242bc6323af8fa24ea7
eal/bsd: fix build

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.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_eal/bsdapp/eal/eal_memalloc.c