Fix almost all GCC warnings

This commit is contained in:
Nekotekina 2021-02-17 22:58:10 +03:00
parent 6786734d95
commit 038148bf06
19 changed files with 30 additions and 38 deletions

View file

@ -319,7 +319,7 @@ void msg_dialog_frame::ProgressBarSetLimit(u32 index, u32 limit)
m_gauge2->setMaximum(limit);
}
bool set_taskbar_limit = false;
[[maybe_unused]] bool set_taskbar_limit = false;
if (index == taskbar_index + 0u)
{