Re: [Harbour] MS VS 2008 warnings

2008-02-13 Thread Przemyslaw Czerpak
On Wed, 13 Feb 2008, Szakáts Viktor wrote: > Hi all, > Some of them are known, but here they are: > source\compiler\genobj32.c(544) : warning C4244: '=' : conversion from > 'HB_SYMBOLSCOPE' to 'BYTE', possible loss of data This is old code to generate .obj files directly from Harbour not working

[Harbour] MS VS 2008 warnings

2008-02-13 Thread Szakáts Viktor
Hi all, Some of them are known, but here they are: source\compiler\genobj32.c(544) : warning C4244: '=' : conversion from 'HB_SYMBOLSCOPE' to 'BYTE', possible loss of data source\compiler\genhrb.c(102) : warning C4244: '=' : conversion from 'HB_SYMBOLSCOPE' to 'BYTE', possible loss of data m