RGBFIX returns 1 if there was a -Werror before processing any files

This commit is contained in:
Rangi42
2025-07-26 12:29:57 -04:00
parent 0df5b7b86d
commit ac632d9223
5 changed files with 22 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ void error(char const *fmt, ...);
void fatal(char const *fmt, ...);
void resetErrors();
bool anyErrors();
uint32_t checkErrors(char const *filename);
#endif // RGBDS_FIX_WARNING_HPP