Use attribute [[fallthrough]]

This commit is contained in:
Léo Lam
2017-12-25 23:01:00 +01:00
parent cb168f22d6
commit 6f84984b7b
4 changed files with 9 additions and 12 deletions

View File

@ -186,7 +186,7 @@ IPCCommandResult WFSI::IOCtl(const IOCtlRequest& request)
case IOCTL_WFSI_PREPARE_PROFILE:
m_base_extract_path = StringFromFormat("/vol/%s/tmp/", m_device_name.c_str());
// Fall through intended.
[[fallthrough]];
case IOCTL_WFSI_PREPARE_CONTENT:
{