2
0
Эх сурвалжийг харах

Suppress non-set result warning in Seek method

git-svn-id: trunk@29106 -
pierre 11 жил өмнө
parent
commit
821646ed05

+ 1 - 0
packages/fcl-process/src/pipes.pp

@@ -120,6 +120,7 @@ end;
 function TOutputPipeStream.Seek(const Offset: int64; Origin: TSeekOrigin): int64;
 
 begin
+  Result:=0; { to silence warning mostly }
   InvalidSeek;
 end;