mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 08:38:00 -05:00
kernel: ensure class token lambda exit is unreachable
This commit is contained in:
@ -49,6 +49,7 @@ private:
|
||||
}
|
||||
}
|
||||
}
|
||||
UNREACHABLE();
|
||||
}();
|
||||
|
||||
template <typename T>
|
||||
|
Reference in New Issue
Block a user