mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-15 08:44:10 -05:00

Allows our CI to catch more potential bugs. This also removes the [[nodiscard]] attribute of IOFile's Open member function. There are cases where a file may want to be opened, but have the status of it checked at a later time.