Actions
Bug #9369
closedtr: this statement may fall through
Start date:
2018-03-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
issue found by gcc7 build:
tr.c: In function 'main': tr.c:123:3: error: this statement may fall through [-Werror=implicit-fallthrough=] usage(); ^~~~~~~ tr.c:125:2: note: here case 1: ^~~~ cc1: all warnings being treated as errors
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 2c6689756b3cd3e79a883e8f28f2d8cb163126c7
commit 2c6689756b3cd3e79a883e8f28f2d8cb163126c7 Author: Toomas Soome <tsoome@me.com> Date: 2018-04-06T19:43:39.000Z 9369 tr: this statement may fall through Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Dan McDonald <danmcd@joyent.com>
Actions