From e40475da0dfba6f01a406138dd64e720d04a1ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Mon, 24 Nov 2014 10:30:22 +0100 Subject: [PATCH] 2014-11-24 10:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbnetio/netiocli.c * pacified warning --- ChangeLog.txt | 4 ++++ contrib/hbnetio/netiocli.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2aa18852d3..b7747ca0f8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2014-11-24 10:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * contrib/hbnetio/netiocli.c + * pacified warning + 2014-11-24 09:43 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/dbf1.c * pacified warning diff --git a/contrib/hbnetio/netiocli.c b/contrib/hbnetio/netiocli.c index 6799b47648..9825e28d12 100644 --- a/contrib/hbnetio/netiocli.c +++ b/contrib/hbnetio/netiocli.c @@ -1231,7 +1231,7 @@ static HB_BOOL s_netio_procexec( int iMsg, int iType ) iMsg != NETIO_PROC, HB_FALSE ); if( fResult && ( iMsg == NETIO_FUNC || iMsg == NETIO_FUNCCTRL ) ) { - HB_SIZE nResult = HB_GET_LE_UINT32( &msgbuf[ 4 ] ), nRecv = 0; + HB_SIZE nResult = HB_GET_LE_UINT32( &msgbuf[ 4 ] ), nRecv; if( nResult > 0 ) {