2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +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

View file

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