summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-03-08 15:41:33 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-03-08 15:41:33 (GMT)
commita8673fb74375089a432aa23230396335a46df5d3 (patch)
treea9d64d3a2eb619213a665b1c301006bc0df76d70 /src/markdown.cpp
parentcb43028ea922ff4fe1ed4fe5ade84ea4c4363860 (diff)
downloadDoxygen-a8673fb74375089a432aa23230396335a46df5d3.zip
Doxygen-a8673fb74375089a432aa23230396335a46df5d3.tar.gz
Doxygen-a8673fb74375089a432aa23230396335a46df5d3.tar.bz2
Remove dead code and fix more warnings
Diffstat (limited to 'src/markdown.cpp')
-rw-r--r--src/markdown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 86da735..caf77b5 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -2465,7 +2465,7 @@ static QCString detab(const QCString &s,int &refIndent)
int minIndent=maxIndent;
while (i<size)
{
- char c = data[i++];
+ signed char c = (signed char)data[i++];
switch(c)
{
case '\t': // expand tab