ManUtils: Disable printing of warnings

This commit is contained in:
Yorhel 2013-08-21 13:21:08 +02:00
parent efed204d67
commit a897c572ab

View file

@ -93,7 +93,7 @@ sub fmt_block {
my $c = shift;
my $cv = fmt $c, \my $out, \my @err;
$cv->recv;
warn "$_\n" for @err;
#warn "$_\n" for @err;
$out;
}