mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Enable -Wunused-parameter
This commit is contained in:
parent
7205a93751
commit
87af905018
102 changed files with 1571 additions and 1463 deletions
|
|
@ -106,7 +106,7 @@ namespace logs
|
|||
~root_listener() override = default;
|
||||
|
||||
// Encode level, current thread name, channel name and write log message
|
||||
void log(u64 stamp, const message& msg, const std::string& prefix, const std::string& text) override
|
||||
void log(u64, const message&, const std::string&, const std::string&) override
|
||||
{
|
||||
// Do nothing
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue