mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codechange: Silence warnings about intentionally unused parameters.
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
bool ClientNetworkTurnSocketHandler::Receive_TURN_ERROR(Packet *p)
|
||||
bool ClientNetworkTurnSocketHandler::Receive_TURN_ERROR(Packet *)
|
||||
{
|
||||
this->ConnectFailure();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user