aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkfiltername.pl
diff options
context:
space:
mode:
authorMichaƂ Orynicz <michal.orynicz@tieto.com>2014-06-09 11:28:13 +0200
committerMichael Mann <mmann78@netscape.net>2014-06-10 14:15:32 +0000
commit94dcbfd9ac3af4c9d878f4653db4f2a7f8f1158a (patch)
tree0f1bd47b3633029feb836fef6feec27cb933cc39 /tools/checkfiltername.pl
parent99d8c1cce54c656001037a1d805fa968b125794a (diff)
Fix annoying warnings that a variable is uninitialized in checkfiltername.pl
Change-Id: Ibb291747570e48af6306357cc13fd3a149ca88c9 Reviewed-on: https://code.wireshark.org/review/2071 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools/checkfiltername.pl')
-rwxr-xr-xtools/checkfiltername.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkfiltername.pl b/tools/checkfiltername.pl
index 0955573250..d1c0d782fa 100755
--- a/tools/checkfiltername.pl
+++ b/tools/checkfiltername.pl
@@ -68,7 +68,7 @@ my @periodinfilternamefilelist;
my $showlinenoFlag = '';
my $showautomatedFlag = '';
-my $state;
+my $state = "";
# "s_unknown",
# "s_start",
# "s_in_hf_register_info",