Hi,

Ale SB wrote:
Warning W8075 G:\\FiveWin\\Fast_4.8.24\\FastRepH.prg 80: Suspicious pointer
conversion in function HB_FUN_CALL_PROC_C
.
function is:
HB_FUNC( CALL_PROC_C )
{ proc_C CurProc = (proc_C)hb_parnl(1);
   CurProc(hb_parc(2));

How to solve?

Use pointer type for pointers instead of numeric.


Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to