Fix a bunch more compile warnings

This commit is contained in:
dP
2024-02-19 17:56:28 +05:30
parent f5f570b574
commit a853d1a379
19 changed files with 61 additions and 71 deletions

View File

@@ -337,6 +337,7 @@ static void ToggleRailButton_Remove(Window *w)
* @param w window the button belongs to
* @return true iff the remove button was changed
*/
[[maybe_unused]]
static bool RailToolbar_CtrlChanged(Window *w)
{
if (w->IsWidgetDisabled(WID_RAT_REMOVE)) return false;