mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 14:07:57 -05:00
Warnings: Add UNREACHABLE macros to switches that contemplate all possible values.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user