Fix unused variables

This commit is contained in:
Jerry (Xinyu Hou) 2017-11-27 14:20:31 +00:00
parent af5c3c2917
commit 3e7d9fca40
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Log::getFilterName(int level) const
}
void
Log::print(const char* /*file*/, int /*line*/, const char* fmt, ...)
Log::print(const char* file, int line, const char* fmt, ...)
{
// check if fmt begins with a priority argument
ELevel priority = kINFO;