mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-23 20:40:07 +00:00

Stops us from merging code with unused functions in the future. If something is invoked behind conditionally evaluated code in a way that the language can't see it (e.g. preprocessor macros), the potentially unused function should use [[maybe_unused]].