summaryrefslogtreecommitdiffstats
path: root/sysdep/bsd/krt-scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/bsd/krt-scan.h')
-rw-r--r--sysdep/bsd/krt-scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/bsd/krt-scan.h b/sysdep/bsd/krt-scan.h
index e06f57f..284df5e 100644
--- a/sysdep/bsd/krt-scan.h
+++ b/sysdep/bsd/krt-scan.h
@@ -16,6 +16,6 @@ struct krt_scan_status {
list temp_ifs; /* Temporary interfaces */
};
-static inline int krt_scan_params_same(struct krt_scan_params *o, struct krt_scan_params *n) { return 1; }
+static inline int krt_scan_params_same(struct krt_scan_params *o UNUSED, struct krt_scan_params *n UNUSED) { return 1; }
#endif