summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-25 18:01:18 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-25 18:01:18 (GMT)
commit9cfb5e58a6a55b2f87027e7b378001f3f3768423 (patch)
tree44320dbd01bfb4bd15e45fc478d0713ae353a60e /src
parentef91bacb7a69bbf7bccb4a864698cc003aabac66 (diff)
downloadDoxygen-9cfb5e58a6a55b2f87027e7b378001f3f3768423.zip
Doxygen-9cfb5e58a6a55b2f87027e7b378001f3f3768423.tar.gz
Doxygen-9cfb5e58a6a55b2f87027e7b378001f3f3768423.tar.bz2
Incorrect handling of string with spaces and no quotes
Correcting some (Cygwin) compilation warnings / errors
Diffstat (limited to 'src')
-rw-r--r--src/configimpl.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configimpl.l b/src/configimpl.l
index d7fcdf1..d4bc360 100644
--- a/src/configimpl.l
+++ b/src/configimpl.l
@@ -514,7 +514,6 @@ static QCString g_yyFileName;
static QCString g_tmpString;
static QCString g_cmd;
static QCString *g_string=0;
-static bool *g_bool=0;
static StringVector *g_list=0;
static int g_lastState;
static QCString g_elemStr;