mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Add -Werror=implicit-fallthrough to cmake build
This commit is contained in:
parent
74e084c893
commit
0b984e9a23
9 changed files with 10 additions and 2 deletions
|
|
@ -800,6 +800,7 @@ void rpcn_account_edit_dialog::change_password()
|
|||
|
||||
QMessageBox::information(this, tr("Password Reset Token Sent!"), tr("The reset password token has successfully been sent!"), QMessageBox::Ok);
|
||||
}
|
||||
[[fallthrough]];
|
||||
}
|
||||
case QMessageBox::Yes:
|
||||
{
|
||||
|
|
@ -844,6 +845,7 @@ void rpcn_account_edit_dialog::change_password()
|
|||
|
||||
QMessageBox::information(this, tr("Password Successfully Changed!"), tr("Your password has been successfully changed!"), QMessageBox::Ok);
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue