Actions
Bug #9262
closediptun: this statement may fall through
Start date:
2018-03-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Issue found by gcc 7 build:
../../common/inet/iptun/iptun.c:2615:25: error: this statement may fall through [-Werror=implicit-fallthrough=] case ICMP6_PARAM_PROB: { ^ ../../common/inet/iptun/iptun.c:2634:2: note: here case ICMP6_TIME_EXCEEDED: ^~~~ cc1: all warnings being treated as errors
Updated by Electric Monk almost 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 173f9ecb676ad20b467555f6b20bbfae39f90372
commit 173f9ecb676ad20b467555f6b20bbfae39f90372 Author: Toomas Soome <tsoome@me.com> Date: 2018-04-23T16:15:38.000Z 9262 iptun: this statement may fall through Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: C Fraire <cfraire@me.com>
Actions