]> mj.ucw.cz Git - jablonka.git/commitdiff
show-switch: no uninited warnings
authorMartin Mares <mj@ucw.cz>
Sun, 28 Jan 2018 21:35:15 +0000 (22:35 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 28 Jan 2018 21:35:15 +0000 (22:35 +0100)
show-switch

index 8126e8ee74108112c1379eca48cf1543d9976fc5..c895e9057f2289c862443b57aa48235782e8c169 100755 (executable)
@@ -8,6 +8,8 @@ use Data::Dumper;
 use Getopt::Long;
 use List::Util;
 
+no warnings 'uninitialized';
+
 sub usage {
        die <<AMEN ;
 Usage: $0 [<options>] <ip-addr>