0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00: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>