mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
make gcc an happy puppy
This commit is contained in:
parent
8cac72158a
commit
af9140d8c4
2 changed files with 2 additions and 2 deletions
|
|
@ -958,7 +958,7 @@ Response::ResponseCode ServerSocketInterface::cmdShutdownServer(const Command_Sh
|
|||
return Response::RespOk;
|
||||
}
|
||||
|
||||
Response::ResponseCode ServerSocketInterface::cmdReloadConfig(const Command_ReloadConfig &cmd, ResponseContainer & /*rc*/)
|
||||
Response::ResponseCode ServerSocketInterface::cmdReloadConfig(const Command_ReloadConfig & /* cmd */, ResponseContainer & /*rc*/)
|
||||
{
|
||||
settingsCache->sync();
|
||||
return Response::RespOk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue