From 94fb1c612904b55ea1c62a713367ad473ab4c5de Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 28 Jan 2018 22:35:15 +0100 Subject: [PATCH] show-switch: no uninited warnings --- show-switch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/show-switch b/show-switch index 8126e8e..c895e90 100755 --- a/show-switch +++ b/show-switch @@ -8,6 +8,8 @@ use Data::Dumper; use Getopt::Long; use List::Util; +no warnings 'uninitialized'; + sub usage { die <] -- 2.39.2