• 2023-12-22 15:42 UTC+0100 Enrico Maria Giordano

    From Enrico Maria Giordano@21:1/5 to All on Fri Dec 22 15:44:40 2023
    2023-12-22 15:42 UTC+0100 Enrico Maria Giordano
    <e.m.giordano@emagsoftware.it>
    * source\compiler\genc.c
    * source\compiler\harbour.slx
    * source\vm\classes.c
    * source\vm\estack.c
    * source\vm\hvm.c
    * source\vm\cmdarg.c
    * include\hbexprb.c
    * include\simplex.c
    * source\macro\macro.slx
    * source\ct\disk.c
    * contrib\tiff\tif_dir.c
    * contrib\tiff\tif_dirread.c
    * contrib\tiff\tif_getimage.c
    * contrib\tiff\tif_print.c
    * contrib\pdflite\pdflib\p_color.c
    * contrib\png\png.c
    * contrib\png\pngerror.c
    ! fixed compiler warnings

    * source\common\hbver.c
    * source\vm\inet.c
    * source\rtl\hbip.c
    * source\rtl\hbsyslog.c
    * source\rtl\tprinter.c
    * source\rtl\hbping.c
    * source\rtl\win32prn.prg
    * source\rtl\winos.prg
    * source\rtl\gtwin\gtwin.c
    * source\rtl\gtwvt\gtwvt.c
    ! suppress MSC 4996 compiler warning

    * source\macro\macroyy.c
    ! suppress MSC 4702 compiler warning

    --
    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)
  • From Ron Pinkas@21:1/5 to Enrico Maria Giordano on Fri Dec 22 11:39:52 2023
    Enrico Maria Giordano wrote:

    2023-12-22 15:42 UTC+0100 Enrico Maria Giordano <e.m.giordano@emagsoftware.it>
    * source\compiler\genc.c
    * source\compiler\harbour.slx
    * source\vm\classes.c
    * source\vm\estack.c
    * source\vm\hvm.c
    * source\vm\cmdarg.c
    * include\hbexprb.c
    * include\simplex.c
    * source\macro\macro.slx
    * source\ct\disk.c
    * contrib\tiff\tif_dir.c
    * contrib\tiff\tif_dirread.c
    * contrib\tiff\tif_getimage.c
    * contrib\tiff\tif_print.c
    * contrib\pdflite\pdflib\p_color.c
    * contrib\png\png.c
    * contrib\png\pngerror.c
    ! fixed compiler warnings

    * source\common\hbver.c
    * source\vm\inet.c
    * source\rtl\hbip.c
    * source\rtl\hbsyslog.c
    * source\rtl\tprinter.c
    * source\rtl\hbping.c
    * source\rtl\win32prn.prg
    * source\rtl\winos.prg
    * source\rtl\gtwin\gtwin.c
    * source\rtl\gtwvt\gtwvt.c
    ! suppress MSC 4996 compiler warning

    * source\macro\macroyy.c
    ! suppress MSC 4702 compiler warning


    Enrico,

    Many thanks!

    I noticed that in few sources you modified some variable name adding a
    '2' at the end of the variable name. I did not intuitively understand
    why - can you please explain?

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Fri Dec 22 19:58:36 2023
    Il 22/12/2023 17:39, Ron Pinkas ha scritto:

    I noticed that in few sources you modified some variable name adding a
    '2' at the end of the variable name. I did not intuitively understand
    why - can you please explain?

    Because the name hides a previous declaration and MSC gives a warning.

    --
    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)
  • From Ron Pinkas@21:1/5 to Enrico Maria Giordano on Fri Dec 22 18:21:41 2023
    Enrico Maria Giordano wrote:


    Il 22/12/2023 17:39, Ron Pinkas ha scritto:

    I noticed that in few sources you modified some variable name adding a
    '2' at the end of the variable name. I did not intuitively understand
    why - can you please explain?

    Because the name hides a previous declaration and MSC gives a warning.


    Cool, thx.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)