Browse Source

* Avoid warning at compilation

git-svn-id: trunk@15894 -
pierre 15 years ago
parent
commit
56a35214ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/bsd/bunxsysc.inc

+ 1 - 1
rtl/bsd/bunxsysc.inc

@@ -94,7 +94,7 @@ Begin
  it.it_value.tv_sec:=seconds;
  it.it_value.tv_usec:=0;
  If SetITimer(ITIMER_REAL,it,oitv)<0 Then
-   Exit(-1);
+   Exit(cuint(-1));
 
  if oitv.it_value.tv_usec<>0 Then
    Inc(oitv.it_value.tv_sec);