mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Make WARN output a warning instead of an error
This is the expected behaviour. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -681,7 +681,7 @@ fail : T_POP_FAIL string {
|
|||||||
};
|
};
|
||||||
|
|
||||||
warn : T_POP_WARN string {
|
warn : T_POP_WARN string {
|
||||||
yyerror("%s", $2);
|
warning("%s", $2);
|
||||||
};
|
};
|
||||||
|
|
||||||
shift : T_POP_SHIFT
|
shift : T_POP_SHIFT
|
||||||
|
|||||||
Reference in New Issue
Block a user