Project

General

Profile

Actions

Bug #9412

closed

hermon: this statement may fall through

Added by Toomas Soome over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
driver - device drivers
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

Actions

Also available in: Atom PDF