X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.C;h=84b7748ef0f37d5f8d5a218b075f57469bb722ff;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=a47d370a00aa49630d9c7567f68a12becff84e5f;hpb=b6e6f87f71b83a01607f11fe9201a114993ff559;p=lyx.git diff --git a/src/LaTeX.C b/src/LaTeX.C index a47d370a00..84b7748ef0 100644 --- a/src/LaTeX.C +++ b/src/LaTeX.C @@ -545,7 +545,8 @@ int LaTeX::scanLogFile(TeXErrors & terr) if (token.empty()) continue; - if (prefixIs(token, "LaTeX Warning:")) { + if (prefixIs(token, "LaTeX Warning:") || + prefixIs(token, "! pdfTeX warning")) { // Here shall we handle different // types of warnings retval |= LATEX_WARNING;