summaryrefslogtreecommitdiffstats
path: root/sysdep/bsd/krt-iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/bsd/krt-iface.h')
-rw-r--r--sysdep/bsd/krt-iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/bsd/krt-iface.h b/sysdep/bsd/krt-iface.h
index aa2eb85..7d96fe8 100644
--- a/sysdep/bsd/krt-iface.h
+++ b/sysdep/bsd/krt-iface.h
@@ -12,6 +12,6 @@
/*
* We don't have split iface/scan/set parts. See krt-sock.h.
*/
-static inline int kif_params_same(struct krt_if_params *old, struct krt_if_params *new) { return 1; }
+static inline int kif_params_same(struct krt_if_params *old UNUSED, struct krt_if_params *new UNUSED) { return 1; }
#endif