Il 25/12/2023 18:04, Ron Pinkas ha scritto:
Ron, have you any ideas about how to fix this warning?
Warning W8056 obj\b32\comptool.c 631: Integer arithmetic overflow in
function hb_verCvsID
I think you just needed a CLEAN build.
Already done. Do you think it is wise to just silence that warning? Or
is it better to proper declare this
#define HB_VER_CVSID 202312251935UL
as this other?
#define HB_VER_CVSID 202312251935ULL
Please confirm. This is a sample working fine with MSC and BCC:
#include <stdio.h>
#define HB_VER_CVSID 202312251935ULL
int main()
{
printf( "%lld\n", HB_VER_CVSID );
return 0;
}
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)