1
0
mirror of https://github.com/yuzu-emu/yuzu-android.git synced 2025-02-09 22:33:06 +01:00

kernel: ensure class token lambda exit is unreachable

This commit is contained in:
Liam 2022-06-07 18:22:54 -04:00
parent 8fea7e56e5
commit 6f59e2676b

@ -49,6 +49,7 @@ private:
}
}
}
UNREACHABLE();
}();
template <typename T>