mirror of
https://github.com/azahar-emu/sirit
synced 2025-11-11 01:19:59 +01:00
Previously this wasn't utilizing any of the compiler flags, meaning it wasn't applying any of the specified warnings. Since applying the warnings to the target, this uncovered a few warning cases, such as shadowing class variables on MSVC, etc, which have been fixed.