mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-28 14:00:41 -04:00
The required version of MSVC already supports [[maybe_unused]], so we can utilize this here. When GCC 7 and clang 3.9 become hard requirements, we can eliminate this macro entirely and replace it with [[maybe_unused]].