On Mon, 2 Mar 2009 11:16:18 +0100
"Enrico Maria Giordano" <e.m.giord...@emagsoftware.it> wrote:

> Warning W8004 source\rtl\filesys.c 893: 'hRet' is assigned a value that is 
> never used in function hb_fsOpenProcess

The warning is self-explanatory. We do not need to assign a value to
hRet when we declare the variable because the value is assigned in next
line. So, you could declare hRet as follows:

     HB_FHandle hRet;
--
Andi

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to