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
|
|
@ -483,6 +483,7 @@ void GameObject::Update(uint32 diff)
|
|||
}
|
||||
|
||||
// NO BREAK for switch (m_lootState)
|
||||
[[fallthrough]];
|
||||
}
|
||||
case GO_READY:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue