mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-20 14:48:56 +02:00
Warnings: Add UNREACHABLE macros to switches that contemplate all possible values.
This commit is contained in:
parent
ecfad8a134
commit
f94bd67a0d
3 changed files with 7 additions and 2 deletions
|
|
@ -90,6 +90,8 @@ std::u16string Path::AsU16Str() const {
|
|||
LOG_ERROR(Service_FS, "LowPathType cannot be converted to u16string!");
|
||||
return {};
|
||||
}
|
||||
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
||||
std::vector<u8> Path::AsBinary() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue