mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
Annotate missing break in switch for coverity
Coverity issue 23362
This commit is contained in:
parent
aac019ad29
commit
3b49d6bd27
@ -751,6 +751,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
|
||||
|
||||
case TC_IFCOUNTER:
|
||||
ifcounter = true;
|
||||
// fall through
|
||||
case TC_COUNTER:
|
||||
if (lexrc.next()) {
|
||||
docstring const name = lexrc.getDocString();
|
||||
|
Loading…
Reference in New Issue
Block a user