Resolved minor warnings.

This commit is contained in:
2016-11-29 02:15:28 +01:00
parent 5d67d74395
commit a653556d77
4 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ void translate(const char *fileName, std::istream &stream, Context &context)
};
const auto logger =
[&context](const Clingo::WarningCode warningCode, const char *text)
[&context](const Clingo::WarningCode, const char *text)
{
context.logger.log(output::Priority::Error, text);
};