diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 66c796bfb9..2970524b74 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-02-19 20:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/vm/thread.c + * pacified warning + 2009-02-19 12:59 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com) * common.mak * changed HBM_KDIR from "utils\hbmk" to "utils\hbmk2" diff --git a/harbour/source/vm/thread.c b/harbour/source/vm/thread.c index 07b67a5d0f..c0c9e64c29 100644 --- a/harbour/source/vm/thread.c +++ b/harbour/source/vm/thread.c @@ -1007,7 +1007,6 @@ static int hb_threadWait( PHB_THREADSTATE * pThreads, int iThreads, ts.tv_sec = ts.tv_nsec = 0; #else HB_ULONG timer; - BOOL fResult; if( ulMilliSec != HB_THREAD_INFINITE_WAIT ) timer = hb_dateMilliSeconds() + ulMilliSec;