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

Co-authored-by: Eldred Habert <[email protected]>
This commit is contained in:
Rangi
2023-12-07 11:42:47 +01:00
committed by GitHub
co-authored by Eldred Habert
parent 1fa289f2ee
commit 34b2543c8b
9 changed files with 47 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "helpers.hpp"
extern unsigned int nbErrors;
extern unsigned int nbErrors, maxErrors;
enum WarningState {
WARNING_DEFAULT,