summaryrefslogtreecommitdiffstats
path: root/src/message.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-11-23 14:17:17 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-11-23 14:17:17 (GMT)
commitb88e8097acdb30175c024ed47258739cec30f903 (patch)
tree23530963101cc692e5e63994c2296491a21ea742 /src/message.h
parent4e75d77f60bd173019247177686376ce36ace90b (diff)
downloadDoxygen-b88e8097acdb30175c024ed47258739cec30f903.zip
Doxygen-b88e8097acdb30175c024ed47258739cec30f903.tar.gz
Doxygen-b88e8097acdb30175c024ed47258739cec30f903.tar.bz2
issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF
In case we want for a Continuous integration system a non-zero exit status at the end of a doxygen we can now set `WARN_AS_ERRORS=FAIL_ON_WARNINGS`. The behavior for `NO` and `YES` remains as it was.
Diffstat (limited to 'src/message.h')
-rw-r--r--src/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message.h b/src/message.h
index dd9eeeb..af49632 100644
--- a/src/message.h
+++ b/src/message.h
@@ -36,6 +36,7 @@ extern void err_full(const char *file,int line,const char *fmt, ...) PRINTFLIKE(
extern void term(const char *fmt, ...) PRINTFLIKE(1, 2);
void initWarningFormat();
void warn_flush();
+extern void finishWarnExit();
extern void printlex(int dbg, bool enter, const char *lexName, const char *fileName);