Skip to content

Commit

Permalink
Merge pull request #320 from albert-github/feature/bug_nested_comment
Browse files Browse the repository at this point in the history
Bug 746614 - Bogus warning regarding nested comments
  • Loading branch information
Dimitri van Heesch committed Mar 22, 2015
2 parents 33688c0 + e4c0036 commit 15b93a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commentcnv.l
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ void convertCppComments(BufStr *inBuf,BufStr *outBuf,const char *fileName)
"Nesting level %d %s",g_nestingCount+1,tmp.data()); // add one for "normal" expected end of comment
}
g_commentStack.clear();
g_nestingCount = 0;
if (Debug::isFlagSet(Debug::CommentCnv))
{
g_outBuf->at(g_outBuf->curPos())='\0';
Expand Down

0 comments on commit 15b93a2

Please sign in to comment.