X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=6b71f0f8a72b0240d2b16cc872f74ff150f319df;hb=3bb588f4aaa810fa9cf00a93cf1bd6015cc4d8cf;hp=615d974f2cd0e54ca4d3525bb0d1989cdf559802;hpb=36c3495a3aea43e7dcda53eafadcc6592073b17e;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index 615d974f2c..6b71f0f8a7 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -138,10 +138,9 @@ public: /// BIBTEX_ERROR = 16384, /// - //FIXME: BIBTEX_ERROR has been removed from ERRORS for now, since users were irritated - // about those errors which prevented compilation of previously compiling documents. - // Think about a "gentle" transfer to BibTeX error reporting. - ERRORS = TEX_ERROR + LATEX_ERROR, + NONZERO_ERROR = 32768, // the command exited with nonzero status + /// + ERRORS = TEX_ERROR + LATEX_ERROR + NONZERO_ERROR + BIBTEX_ERROR, /// WARNINGS = TEX_WARNING + LATEX_WARNING + PACKAGE_WARNING };