mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
bhnd: fix build on gcc architectures
"make tinderbox" fails on sparc64 GENERIC-NODEBUG with: bhnd_subr.c:188: warning: control reaches end of non-void function Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d7dc6bae03
commit
c2ec037ff5
1 changed files with 2 additions and 0 deletions
|
|
@ -184,6 +184,8 @@ bhnd_port_type_name(bhnd_port_type port_type)
|
|||
return ("bridge");
|
||||
case BHND_PORT_AGENT:
|
||||
return ("agent");
|
||||
default:
|
||||
return "unknown";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue