Actions
Bug #9268
closedcxgbe: this statement may fall through
Start date:
2018-03-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Issue found by gcc 7 build:
../../../common/io/cxgbe/t4nex/t4_sge.c: In function 't4_ring_rx': ../../../common/io/cxgbe/t4nex/t4_sge.c:812:7: error: this statement may fall th rough [-Werror=implicit-fallthrough=] if (m == NULL) { ^ ../../../common/io/cxgbe/t4nex/t4_sge.c:817:3: note: here case X_RSPD_TYPE_CPL: ^~~~ cc1: all warnings being treated as errors
Actions