BSD: fix no-return warning
This commit is contained in:
parent
3f35816136
commit
2fad92144e
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@ static inline void krt_sys_io_init(void) { }
|
|||
static inline void krt_sys_init(struct krt_proto *p UNUSED) { }
|
||||
static inline void krt_sys_postconfig(struct krt_config *x UNUSED) { }
|
||||
|
||||
static inline int krt_sys_get_attr(eattr *a UNUSED, byte *buf UNUSED, int buflen UNUSED) { }
|
||||
static inline int krt_sys_get_attr(eattr *a UNUSED, byte *buf UNUSED, int buflen UNUSED) { return GA_UNKNOWN; }
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue