summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-10-23 18:47:29 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-10-23 18:47:29 (GMT)
commitc98afa68350ed5cbce5a24bee3b47069789cc411 (patch)
treeeabff3c0867b7a06e471c66412c736cbeb493aaa
parent43edc14cd357dcb070402bccc5030507570c22a4 (diff)
downloadDoxygen-c98afa68350ed5cbce5a24bee3b47069789cc411.zip
Doxygen-c98afa68350ed5cbce5a24bee3b47069789cc411.tar.gz
Doxygen-c98afa68350ed5cbce5a24bee3b47069789cc411.tar.bz2
Initialized potentially uninitialized variable in markdown part
-rw-r--r--src/markdown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 12d72ff..72bab84 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -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,