X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26523229bff50c8c67fc01b40b0bd837f821f671..82791f187dbb46144e40afb1a2b6a467df41dbc1:/buildtools/Cmake/Scripts/generate_memcheck_tests.pl 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;