mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-03 03:12:06 -06: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.