make gcc an happy puppy

This commit is contained in:
Fabio Bas 2015-07-01 20:13:38 +02:00
parent 8cac72158a
commit af9140d8c4
2 changed files with 2 additions and 2 deletions

View file

@ -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;