mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ntb: quiet gcc -Wreturn-type
Reviewed by: cem, markj Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D27553
This commit is contained in:
parent
d3bbf8af68
commit
da1c42cefe
1 changed files with 1 additions and 0 deletions
|
|
@ -1309,6 +1309,7 @@ db_ioread(struct ntb_softc *ntb, uint64_t regoff)
|
|||
case NTB_XEON_GEN1:
|
||||
return (intel_ntb_reg_read(2, regoff));
|
||||
}
|
||||
__assert_unreachable();
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
|
|
|||
Loading…
Reference in a new issue