Skip to content
Snippets Groups Projects
Commit f40942c1 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

cclreader no longer silent about supporting no_warn_unexpected_xml

parent 9ecab1e4
Branches
No related merge requests found
......@@ -29,7 +29,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.
namespace Corpus2 {
bool CclReader::registered = TokenReader::register_reader<CclReader>("ccl",
"ign,loose,strict,disamb_only,no_warn_inconsistent,autogen_chunk_id,autogen_sent_id");
"ign,loose,strict,disamb_only,no_warn_inconsistent,no_warn_unexpected_xml,autogen_chunk_id,autogen_sent_id");
class CclReaderImpl : public XmlReader
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment