mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 07:10:51 -07:00
These compiler flags aren't shared with clang, so specifying these flags unconditionally can lead to a bit of warning spam. While we're in the area, we can also enable -Wunused-but-set-parameter given this is almost always a bug.