summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-02 20:01:38 (GMT)
committerGitHub <noreply@github.com>2020-12-02 20:01:38 (GMT)
commit2b0e8c46feb95812ac0596b4d1137350d359f1fa (patch)
treeac840d9556420813f77fbe1c172a7e04b84ccfc1 /src/doxygen.cpp
parent0dd90a3c0d808c5dba9f5bd5b7ea8591783fcb3e (diff)
parentb88e8097acdb30175c024ed47258739cec30f903 (diff)
downloadDoxygen-2b0e8c46feb95812ac0596b4d1137350d359f1fa.zip
Doxygen-2b0e8c46feb95812ac0596b4d1137350d359f1fa.tar.gz
Doxygen-2b0e8c46feb95812ac0596b4d1137350d359f1fa.tar.bz2
Merge pull request #8197 from albert-github/feature/issue_8023
issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 4667cba..e246628 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -11914,6 +11914,7 @@ void generateOutput()
QDir thisDir;
thisDir.remove(Doxygen::objDBFileName);
thisDir.remove(Doxygen::filterDBFileName);
+ finishWarnExit();
Config::deinit();
QTextCodec::deleteAllCodecs();
delete Doxygen::clangUsrMap;