mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 22:11:08 +03:00
[build] Avoid implicit-fallthrough warnings on GCC 7
Reported-by: Vinson Lee <vlee@freedesktop.org> Reported-by: Liang Yan <lyan@suse.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1956,6 +1956,7 @@ static inline void golan_handle_port_event(struct golan *golan, struct golan_eqe
|
||||
case GOLAN_PORT_CHANGE_SUBTYPE_CLIENT_REREG:
|
||||
case GOLAN_PORT_CHANGE_SUBTYPE_ACTIVE:
|
||||
golan_ib_update ( ibdev );
|
||||
/* Fall through */
|
||||
case GOLAN_PORT_CHANGE_SUBTYPE_DOWN:
|
||||
case GOLAN_PORT_CHANGE_SUBTYPE_LID:
|
||||
case GOLAN_PORT_CHANGE_SUBTYPE_PKEY:
|
||||
|
||||
Reference in New Issue
Block a user