-----Messaggio Originale----- 
Da: "Saulius Zrelskis" <labi...@gmail.com>
A: "Enrico Maria Giordano" <e.m.giord...@emagsoftware.it>
Data invio: lunedì 17 giugno 2013 14.08
Oggetto: Re: [xHarbour-developers] Old bug in warning report


Saulius,

> Hi Enrico
>
> I know this, but don't *have* spare time to correct

Ok, no problem my friend! :-)

> You temporary can change line
>
> nVar = 2
>
> into
>
> nVar = 2; (nVar)
>
> or better
>
> #define ASSIGNED_NOT_USED( X )   ( X )
> ...
> nVar = 2; ASSIGNED_NOT_USED(nVar)
>
>
> for later easy finding after corrections was done.

Yes, I already knew that, thank you.

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to