fwhost.cgi: disable "use warnings"

This commit is contained in:
Alexander Marx
2014-03-13 15:35:14 +01:00
committed by Michael Tremer
parent fd24071f65
commit dadffbf738

View File

@@ -21,7 +21,8 @@
use strict;
# enable only the following on debugging purpose
use warnings;
#use warnings;
use Sort::Naturally;
use CGI::Carp 'fatalsToBrowser';
no warnings 'uninitialized';