From 8f945cf03946ea4a984c7ecffa2c0fb4839c6f24 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Wed, 17 Sep 2014 16:14:01 +0200 Subject: silence diagnostics in regen/regcomp.pl for now --- regen/regcomp.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regen/regcomp.pl') diff --git a/regen/regcomp.pl b/regen/regcomp.pl index 7be623cc6a..b90efc7595 100644 --- a/regen/regcomp.pl +++ b/regen/regcomp.pl @@ -55,8 +55,8 @@ while () { = split /[,\s]\s*/, $desc; if (!defined $seen_op{$type[$ind]} and !defined $type_alias{$type[$ind]}) { - warn "Regop type '$type[$ind]' from regcomp.sym line $. is not an existing regop, and will be aliased to $name[$ind]\n" - if -t STDERR; + #warn "Regop type '$type[$ind]' from regcomp.sym line $. is not an existing regop, and will be aliased to $name[$ind]\n" + # if -t STDERR; $type_alias{$type[$ind]}= $name[$ind]; } -- cgit v1.2.1