Actions
Improvements #10954
openInvestigate suspicious fallthrough
Start date:
09/19/2022
Due date:
% Done:
0%
Estimated time:
Description
When working on issue #10953 I marked some fallthroughs as suspicious, we should take a closer look at them to verify if these are accidental or deliberate. They are all marked with // FIXME: suspicious fallthrough
, and are in:
src/Wt/Chart/WAbstractGridData.C
:WAbstractGridData::updateGL
src/Wt/WTime.C
:WTime::formatToRegExp
src/http/WtReply.C
:WtReply::consumeWebSocketMessage
src/web/WebSession.C
:WebSession::getEventType
src/Wt/Dbo/Query.C
:Wt::Dbo::Impl::addLimitQuery
Updated by Roel Standaert about 2 years ago
- Related to Improvements #10953: Explicitly mark fallthrough in switch statements added
Actions