Add -Werror=implicit-fallthrough to cmake build

This commit is contained in:
RipleyTom 2024-01-07 12:56:08 +01:00 committed by Megamouse
parent 74e084c893
commit 0b984e9a23
9 changed files with 10 additions and 2 deletions

View file

@ -156,6 +156,7 @@ error_code cellVoiceCreatePort(vm::ptr<u32> portId, vm::cptr<CellVoicePortParam>
return CELL_VOICE_ERROR_ARGUMENT_INVALID;
}
}
break;
}
case CELLVOICE_PORTTYPE_IN_MIC:
case CELLVOICE_PORTTYPE_OUT_SECONDARY: