mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement -X/--max-errors for RGBASM (#1262)
Co-authored-by: Eldred Habert <me@eldred.fr>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "helpers.hpp"
|
||||
|
||||
extern unsigned int nbErrors;
|
||||
extern unsigned int nbErrors, maxErrors;
|
||||
|
||||
enum WarningState {
|
||||
WARNING_DEFAULT,
|
||||
|
||||
Reference in New Issue
Block a user