diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-07 09:52:15 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-07 09:52:15 +0000 |
commit | 19d9e3033661b49cd4e4771166c45db2f1f24805 (patch) | |
tree | 538b936aa8e263d8dabc4e814b1b2b312f51ae65 /sysdep/bsd/krt-sock.h | |
parent | fb257e43fc23f9e0455444ef67c4be0dae22a713 (diff) |
Marked unused parameters as unused.
Diffstat (limited to 'sysdep/bsd/krt-sock.h')
-rw-r--r-- | sysdep/bsd/krt-sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/bsd/krt-sock.h b/sysdep/bsd/krt-sock.h index 41ff9c5e..c5854351 100644 --- a/sysdep/bsd/krt-sock.h +++ b/sysdep/bsd/krt-sock.h @@ -41,7 +41,7 @@ struct krt_if_status { }; static int krt_set_hook(sock *sk, int size); -static inline int krt_set_params_same(struct krt_set_params *o, struct krt_set_params *n) { return 1; } +static inline int krt_set_params_same(struct krt_set_params *o UNUSED, struct krt_set_params *n UNUSED) { return 1; } void krt_read_msg(struct proto *p, struct ks_msg *msg, int scan); #endif |