On Tue, 09 Feb 2010, [email protected] wrote: Hi Viktor,
> 2010-02-09 15:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) > + Added '( HB_SIZE )' casts to 'strlen()' calls where > it was converted to HB_SIZE. This pacifies long standing > win64 warnings. > Remaining warnings are (among others) useful to spot places where > non-HB_SIZE is used in Harbour code to store sizes. This modification was not necessary. When we complete type modification then we switch HB_SIZE in WIN64 builds to 64bit integer. It will pacify all such warnings automatically. And of course will nicely show all places where we have not casted HB_SIZE -> [U]LONG conversion which we can easy locate and fix. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
