Fix unused variables
This commit is contained in:
parent
af5c3c2917
commit
3e7d9fca40
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue