Skip to content

Commit

Permalink
Fixing coverity messages (Namespace tag)
Browse files Browse the repository at this point in the history
Correcting missing break in namespace when writing a tag file.

(Could not find a case; incase the FALL THROUGH case is correct this has to be clearly indicated in the code).
  • Loading branch information
albert-github committed Sep 13, 2018
1 parent aca45fd commit b7cdfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/namespacedef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ void NamespaceDef::writeTagFile(FTextStream &tagFile)
}
}
}
break;
case LayoutDocEntry::MemberDecl:
{
LayoutDocEntryMemberDecl *lmd = (LayoutDocEntryMemberDecl*)lde;
Expand Down

0 comments on commit b7cdfc8

Please sign in to comment.