test1488.pl: initialize $error

This commit is contained in:
Viktor Szakats 2025-07-10 00:01:54 +02:00
parent 6c0baa5bf3
commit a0bbb9776b
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -53,7 +53,7 @@ my $root=$ARGV[0] || ".";
# need an include directory when building out-of-tree
my $i = ($ARGV[1]) ? "-I$ARGV[1] " : '';
my $error;
my $error = 0;
my $versions = $ARGV[2];