Fix a bunch more compile warnings
This commit is contained in:
@@ -618,12 +618,12 @@ static bool CanChangeTimetableMode(int32_t &)
|
||||
|
||||
// CM
|
||||
#include "statusbar_gui.h"
|
||||
static void cm_v_RedrawStatusBar(int32 new_value) {
|
||||
static void cm_v_RedrawStatusBar([[maybe_unused]] int32 new_value) {
|
||||
// TODO is this function even needed?
|
||||
CM_RedrawStatusBar();
|
||||
}
|
||||
|
||||
static void cm_v_RedrawGraphs(int32 new_value) {
|
||||
static void cm_v_RedrawGraphs([[maybe_unused]] int32 new_value) {
|
||||
InvalidateWindowData(WC_INCOME_GRAPH, 0);
|
||||
InvalidateWindowData(WC_OPERATING_PROFIT, 0);
|
||||
InvalidateWindowData(WC_DELIVERED_CARGO, 0);
|
||||
|
||||
Reference in New Issue
Block a user