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
+3 -3
View File
@@ -1954,6 +1954,9 @@ public:
}
};
#if 0
CityMania has its own smallmap
/** Widget parts of the smallmap display. */
static constexpr NWidgetPart _nested_smallmap_display[] = {
NWidget(WWT_PANEL, COLOUR_BROWN, WID_SM_MAP_BORDER),
@@ -2039,9 +2042,6 @@ static constexpr NWidgetPart _nested_smallmap_widgets[] = {
EndContainer(),
};
#if 0
CityMania has its own smallmap
static WindowDesc _smallmap_desc(__FILE__, __LINE__,
WDP_AUTO, "smallmap", 484, 314,
WC_SMALLMAP, WC_NONE,