Annotate missing break in switch for coverity

Coverity issue 23362
This commit is contained in:
Jean-Marc Lasgouttes 2015-09-12 22:19:59 +02:00
parent aac019ad29
commit 3b49d6bd27

View File

@ -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();