Make the missing class warning opt-out

This commit is contained in:
Juergen Spitzmueller 2015-03-16 20:34:32 +01:00
parent f305f0b4d8
commit af4090bb0a

View File

@ -634,7 +634,7 @@ string BufferParams::readToken(Lexer & lex, string const & token,
"See section 3.1.2.2 (Class Availability) of the\n"
"User's Guide for more information."), desc, prereqs);
frontend::Alert::warning(_("Document class not available"),
msg);
msg, true);
}
} else if (token == "\\begin_preamble") {
readPreamble(lex);