From 77546e9c58436a23ebc0d4489af114592ca41390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sat, 8 Apr 2017 18:09:02 +0100 Subject: [PATCH] Make WARN output a warning instead of an error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the expected behaviour. Signed-off-by: Antonio Niño Díaz --- src/asm/asmy.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm/asmy.y b/src/asm/asmy.y index 861f50b2..1a39812b 100644 --- a/src/asm/asmy.y +++ b/src/asm/asmy.y @@ -681,7 +681,7 @@ fail : T_POP_FAIL string { }; warn : T_POP_WARN string { - yyerror("%s", $2); + warning("%s", $2); }; shift : T_POP_SHIFT