mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-02 21:30:46 -07: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