fix(Core/Misc): all GCC warnings (#3457)
This commit is contained in:
parent
80b149b218
commit
b61ae8abcd
34 changed files with 157 additions and 75 deletions
|
|
@ -30,10 +30,10 @@ void LfgPlayerData::SetState(LfgState state)
|
|||
m_Roles = 0;
|
||||
m_SelectedDungeons.clear();
|
||||
m_Comment = "";
|
||||
// No break on purpose
|
||||
[[fallthrough]];
|
||||
case LFG_STATE_DUNGEON:
|
||||
m_OldState = state;
|
||||
// No break on purpose
|
||||
[[fallthrough]];
|
||||
default:
|
||||
m_State = state;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue