mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 21:25:55 +08:00
Fix unused variables
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user