From dfb164b73c3cd572f495a1ac88b001e5512dada8 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 15 Dec 2018 12:08:02 +0300 Subject: [PATCH] test: nasm-t -- Update bcd test We start printing [-w+other] in warning report. Signed-off-by: Cyrill Gorcunov --- travis/test/bcd.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/test/bcd.stderr b/travis/test/bcd.stderr index 9f308462..9c065dc4 100644 --- a/travis/test/bcd.stderr +++ b/travis/test/bcd.stderr @@ -1,2 +1,2 @@ -./travis/test/bcd.asm:9: warning: packed BCD truncated to 18 digits -./travis/test/bcd.asm:20: warning: packed BCD truncated to 18 digits \ No newline at end of file +./travis/test/bcd.asm:9: warning: packed BCD truncated to 18 digits [-w+other] +./travis/test/bcd.asm:20: warning: packed BCD truncated to 18 digits [-w+other] \ No newline at end of file