Implement -X/--max-errors for RGBASM (#1262)

Co-authored-by: Eldred Habert <me@eldred.fr>
This commit is contained in:
Rangi
2023-12-07 05:42:47 -05:00
committed by GitHub
parent 1fa289f2ee
commit 34b2543c8b
9 changed files with 47 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
#include "helpers.hpp"
extern unsigned int nbErrors;
extern unsigned int nbErrors, maxErrors;
enum WarningState {
WARNING_DEFAULT,