Actions
Improvements #10953
closedExplicitly mark fallthrough in switch statements
Start date:
09/19/2022
Due date:
% Done:
100%
Estimated time:
Description
Wt should not report implicit fallthrough warnings (-Wimplicit-fallthrough). We should mark every deliberate fallthrough explicitly.
For C++17 this can be done with [[fallthrough]]
. For C++14 and GCC compatible compilers (like Clang) we can
use __attribute__((fallthrough))
.
Updated by Roel Standaert about 2 years ago
- Status changed from InProgress to Review
Updated by Roel Standaert about 2 years ago
- Related to Improvements #10954: Investigate suspicious fallthrough added
Updated by Roel Standaert about 2 years ago
- Assignee changed from Roel Standaert to Korneel Dumon
Updated by Roel Standaert about 2 years ago
- Target version changed from 4.9.0 to 4.10.0
Updated by Roel Standaert about 2 years ago
- Target version changed from 4.10.0 to 4.9.0
Updated by Roel Standaert almost 2 years ago
- Target version changed from 4.9.0 to 4.10.0
Updated by Roel Standaert almost 2 years ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Roel Standaert almost 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Roel Standaert
- % Done changed from 0 to 100
Updated by Roel Standaert almost 2 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Resolved to Closed
Actions