Skip to content

Commit

Permalink
Initialized potentially uninitialized variable in markdown part
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Oct 23, 2014
1 parent 43edc14 commit c98afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markdown.cpp
Expand Up @@ -2374,7 +2374,7 @@ void MarkdownFileParser::parseInput(const char *fileName,
bool markdownEnabled = Doxygen::markdownSupport;
Doxygen::markdownSupport = TRUE;

bool needsEntry;
bool needsEntry = FALSE;
Protection prot;
while (parseCommentBlock(
this,
Expand Down

0 comments on commit c98afa6

Please sign in to comment.