ManUtils: Disable printing of warnings
This commit is contained in:
parent
efed204d67
commit
a897c572ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue