mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-21 22:34:32 +00:00
Make WARN output a warning instead of an error
This is the expected behaviour. Signed-off-by: Antonio Niño Díaz <[email protected]>
This commit is contained in:
+1
-1
@@ -681,7 +681,7 @@ fail : T_POP_FAIL string {
|
||||
};
|
||||
|
||||
warn : T_POP_WARN string {
|
||||
yyerror("%s", $2);
|
||||
warning("%s", $2);
|
||||
};
|
||||
|
||||
shift : T_POP_SHIFT
|
||||
|
||||
Reference in New Issue
Block a user