cl.exe -nologo -I. -I../../../../include -Gs -TP -W4 -wd4127 -Wall
-O2xtyb1 -Gy -GS- -GR- -EHs- -DNDEBUG -DHB_FM_STATISTICS_OFF -MT -c
../../hvmall.c -Fohvmall.obj
hvmall.c
e:\harbour\harbour-1.1.0\source\vm\hvm.c(1764) : warning C4365: '=' :
conversion from 'int' to 'USHORT', signed/unsigned mismatch
hvm.c:
line 1764: pItem->item.asRecover.flags = HB_SEQ_DOALWAYS | (
bCanRecover ? HB_SEQ_CANRECOVER : 0 );
line 1855: pItem->item.asRecover.flags = bCanRecover ?
HB_SEQ_CANRECOVER : 0;
I not a "bits operations" guru, but, doing bit operation in INT and
store in SHORT maybe UNSAFE?
Best regards,
Ranier Vilela
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour