Actions
Bug #9412
closedhermon: this statement may fall through
Start date:
2018-03-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
issue found by gcc 7 build:
../../common/io/ib/adapters/hermon/hermon.c: In function 'hermon_icm_tables_init': ../../common/io/ib/adapters/hermon/hermon.c:3231:22: error: this statement may fall through [-Werror=implicit-fallthrough=] icm[i].table_size = 0x80000000ull; ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ../../common/io/ib/adapters/hermon/hermon.c:3234:3: note: here case HERMON_CMPT_QPC: ^~~~ cc1: all warnings being treated as errors
Updated by Electric Monk over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 99164022c06573613aeee730270cf19646e0f049
commit 99164022c06573613aeee730270cf19646e0f049 Author: Toomas Soome <tsoome@me.com> Date: 2018-04-23T16:15:40.000Z 9412 hermon: this statement may fall through Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions