summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-08-06 08:05:29 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-08-06 08:05:29 (GMT)
commit668b4d91bd1fcf516864debc3c15d71cdb4a6de2 (patch)
tree31e52e168f1db331dbe3c32eed93e35aaac71d0e
parent45431b45fa0591a6de6b47c3fe9ff8dd0032aa4e (diff)
downloadDoxygen-668b4d91bd1fcf516864debc3c15d71cdb4a6de2.zip
Doxygen-668b4d91bd1fcf516864debc3c15d71cdb4a6de2.tar.gz
Doxygen-668b4d91bd1fcf516864debc3c15d71cdb4a6de2.tar.bz2
Coverity uninitialized variable
Coverity reported new uninitialized variable
-rw-r--r--src/markdown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 458e295..6d9663b 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -2731,7 +2731,7 @@ void MarkdownOutlineParser::parseInput(const char *fileName,
Protection prot=Public;
bool needsEntry = FALSE;
int position=0;
- int startNewlines;
+ int startNewlines=0;
QCString processedDocs = markdown.process(docs,startNewlines);
lineNr += startNewlines;
while (p->commentScanner.parseCommentBlock(