Browse Source

* remove two warnings

git-svn-id: trunk@14778 -
pierre 15 years ago
parent
commit
5fa9463074
2 changed files with 1 additions and 1 deletions
  1. 1 0
      tests/utils/fptime.pp
  2. 0 1
      tests/utils/testfail.pp

+ 1 - 0
tests/utils/fptime.pp

@@ -5,6 +5,7 @@ var
   ps : ansistring;
   sticks : int64;
 begin
+  ps:='';
   if paramcount>0 then
     begin
       for i:=2 to paramcount do

+ 0 - 1
tests/utils/testfail.pp

@@ -49,7 +49,6 @@ end;
 
 procedure RunFail;
 var
-  outname,
   TestExe : string;
 begin
   TestExe:=ForceExtension(FailName,ExeExt);