Explorar el Código

* avoid warning during compilation

git-svn-id: trunk@16701 -
Tomas Hajny hace 14 años
padre
commit
d2262b1a41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/rmwait/rmwait.pas

+ 1 - 1
utils/rmwait/rmwait.pas

@@ -395,7 +395,7 @@ begin
 end;
 
 
-procedure NewExit; far;
+procedure NewExit; {$IFNDEF FPC} far;{$ENDIF FPC}
 begin
   ExitProc := OldExit;
   if (ErrorAddr <> nil) or (ExitCode <> 0) then