mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-23 12:03:23 +00: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.