diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-12 01:46:37 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-12 01:46:37 (EDT) |
commit | 55dcc7f60e78d99417dc256e69c6566d36309771 (patch) | |
tree | 760dc4b6dc329296bd5101c42eaae393bdc1dbfb /bin | |
parent | b85d5e2c0c5c214682cc3f35b8fc4df443a5bdb0 (diff) |
main(): Drop $SIG{'__WARN__'} setting
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bdf2fbcon | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/bdf2fbcon b/bin/bdf2fbcon index c5790ad..23bbb15 100755 --- a/bin/bdf2fbcon +++ b/bin/bdf2fbcon @@ -28,8 +28,6 @@ sub main my $input; my $output; - $SIG{'__WARN__'} = \&warning; - Getopt::Long::Configure("no_ignore_case", "bundling", "gnu_compat", "no_getopt_compat"); if (not GetOptions(\%opts, |