netdev_bsd_get_next_hop currently lacks an implementation on FreeBSD, so its arguments are unused; mark them so.
Signed-off-by: Ed Maste <ema...@freebsd.org> --- lib/netdev-bsd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/netdev-bsd.c b/lib/netdev-bsd.c index 87ac79f..0fb0057 100644 --- a/lib/netdev-bsd.c +++ b/lib/netdev-bsd.c @@ -1226,8 +1226,9 @@ netdev_bsd_convert_kernel_name_to_ovs_name(const char *kernel_name) #endif static int -netdev_bsd_get_next_hop(const struct in_addr *host, struct in_addr *next_hop, - char **netdev_name) +netdev_bsd_get_next_hop(const struct in_addr *host OVS_UNUSED, + struct in_addr *next_hop OVS_UNUSED, + char **netdev_name OVS_UNUSED) { #if defined(__NetBSD__) static int seq = 0; -- 1.7.11.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev