Explorar o código

* remove two warnings

git-svn-id: trunk@14778 -
pierre %!s(int64=15) %!d(string=hai) anos
pai
achega
5fa9463074
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  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);