fix(Core/Misc): all GCC warnings (#3457)

This commit is contained in:
Francesco Borzì 2020-09-14 17:31:12 +02:00 committed by GitHub
parent 80b149b218
commit b61ae8abcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 157 additions and 75 deletions

View file

@ -373,7 +373,7 @@ void WorldSession::SendLfgUpdateParty(lfg::LfgUpdateData const& updateData)
{
case lfg::LFG_UPDATETYPE_ADDED_TO_QUEUE: // Rolecheck Success
queued = true;
// no break on purpose
[[fallthrough]];
case lfg::LFG_UPDATETYPE_PROPOSAL_BEGIN:
join = true;
break;