Enrico Maria Giordano escribió:
> -----Messaggio Originale----- 
> Da: "xDevList" <devl...@xharbour.com>
> A: "Luis Krause Mantilla" <lkrau...@shaw.ca>
> Cc: "Enrico Maria Giordano" <e.m.giord...@emagsoftware.it>; "Patrick Mast, 
> xHarbour." <patrick.m...@xharbour.com>; "xharbour developer list" 
> <xharbour-developers@lists.sourceforge.net>
> Data invio: venerdì 27 febbraio 2009 7.46
> Oggetto: Re: [xHarbour-developers] Help to finish release.
> 
> 
>> I will also help with PRG warnigs.
> 
> Ok. For me the following kind of warnings (that are more than 1500!) can be 
> safely ignored and can be hidden (BCC55, for instance, has the 
> switch -w-sig- to do so):
> 
> Warning W8071 source\common\hbstr.c 984: Conversion may lose significant 
> digits in function hb_strRemEscSeq
> 
> Opinions?
> 

this kind of warning can be potentially dangerous and we need to solve this.

But in this case, is correct, but can be solved with
ch -= ( BYTE ) '0'; // or similar

others comparing unsigned - signed values will be solved too.

of course unused variables need to be removed etc...

------------------------------------------------------------------------------
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