Fix all the gcc warnings

This commit is contained in:
dP
2024-05-05 21:50:54 +05:00
parent 6d1138b9a0
commit 06a70c3b7d
26 changed files with 85 additions and 110 deletions

View File

@@ -1284,7 +1284,7 @@ struct PaymentRatesGraphWindow : ExcludingCargoBaseGraphWindow {
this->UpdatePaymentRates();
}};
void UpdateStatistics(bool initialize) override {
void UpdateStatistics(bool) override {
this->UpdatePaymentRates();
}