mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 04:04:09 +01:00
Codechange: Silence warnings about intentionally unused parameters.
This commit is contained in:
@@ -110,7 +110,7 @@ void NetworkSurveyHandler::OnFailure()
|
||||
this->loaded.notify_all();
|
||||
}
|
||||
|
||||
void NetworkSurveyHandler::OnReceiveData(const char *data, size_t length)
|
||||
void NetworkSurveyHandler::OnReceiveData(const char *data, size_t)
|
||||
{
|
||||
if (data == nullptr) {
|
||||
Debug(net, 1, "Survey: survey results sent");
|
||||
|
||||
Reference in New Issue
Block a user