mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
RGBFIX returns 1 if there was a -Werror before processing any files
This commit is contained in:
@@ -901,7 +901,7 @@ int main(int argc, char *argv[]) {
|
||||
fatalWithUsage("If `-o` is set then only a single input file may be specified");
|
||||
}
|
||||
|
||||
bool failed = false;
|
||||
bool failed = anyErrors();
|
||||
do {
|
||||
failed |= processFilename(*argv, outputFilename);
|
||||
} while (*++argv);
|
||||
|
||||
Reference in New Issue
Block a user