mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-08 09:06:12 -05:00
fix for -Werror=unused-parameter
This commit is contained in:
@@ -216,6 +216,7 @@ RegistrationResult Server::registerUserAccount(const QString &ipAddress, const C
|
||||
bool Server::tooManyRegistrationAttempts(const QString &ipAddress)
|
||||
{
|
||||
// TODO: implement
|
||||
Q_UNUSED(ipAddress);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user