mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 04:10:19 +02:00
* Avoid warning at compilation
git-svn-id: trunk@15894 -
This commit is contained in:
parent
6f17f34fee
commit
56a35214ad
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user