Commit c98afa68 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Initialized potentially uninitialized variable in markdown part

parent 43edc14c
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment