From a9c758e95a17758177775c1b6ad617edb4a923b1 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 10 Jan 2013 16:05:18 +0100 Subject: [PATCH 1/1] Variable should be initialized. --- buildtools/Cmake/Scripts/generate_memcheck_tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/Cmake/Scripts/generate_memcheck_tests.pl b/buildtools/Cmake/Scripts/generate_memcheck_tests.pl index d0d6248b63..fbbc74f8a8 100755 --- a/buildtools/Cmake/Scripts/generate_memcheck_tests.pl +++ b/buildtools/Cmake/Scripts/generate_memcheck_tests.pl @@ -103,7 +103,7 @@ while ( defined( $line = ) ) { my ($count_first) = 0; my ($count_second) = 0; open TESH_FILE, $tesh_file or die "Unable to open $tesh_file $!\n"; - my ($input); + my ($input) = ""; my ($l); while ( defined( $l = ) ) { chomp $l; -- 2.20.1