From c98afa68350ed5cbce5a24bee3b47069789cc411 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch <dimitri@stack.nl> Date: Thu, 23 Oct 2014 20:47:29 +0200 Subject: Initialized potentially uninitialized variable in markdown part --- src/markdown.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v0.12