From: Arnaud Giersch Date: Thu, 10 Jan 2013 15:05:18 +0000 (+0100) Subject: Variable should be initialized. X-Git-Tag: v3_9_rc1~86^2~31 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a9c758e95a17758177775c1b6ad617edb4a923b1?hp=bbfa61e65a312b4e52d264995e474e73f4078f87 Variable should be initialized. --- 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;