• 2023-12-24 19:35 UTC+0100 Enrico Maria Giordano

    From Enrico Maria Giordano@21:1/5 to All on Sun Dec 24 19:46:52 2023
    2023-12-24 19:35 UTC+0100 Enrico Maria Giordano
    <e.m.giordano@emagsoftware.it>
    * winmake\makefile.bc
    * winmake\makefile.dc
    * winmake\makefile.gc
    * winmake\makefile.pc
    * winmake\makefile.vc
    * winmake\makefile.wc
    * winmake\compile.mak
    ! added new macros CC_CMD_NOWARN and CCC_CMD_NOWARN to silence
    contrib warnings

    * contrib\gtwvw\gtwvw.c
    * contrib\gtwvg\gtwvg.c
    * contrib\tipssl\inetssl.c
    * contrib\hbssl\ssl.c
    * contrib\hbssl\sslctx.c
    ! fixed compiler warnings

    2023-12-24 19:35 UTC+0100 Enrico Maria Giordano
    <e.m.giordano@emagsoftware.it>
    * contrib\unicode\hbencode.c
    ! fixed compiler warnings

    --
    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 Enrico Maria Giordano@21:1/5 to All on Sun Dec 24 19:50:02 2023
    Il 24/12/2023 19:46, Enrico Maria Giordano ha scritto:

    2023-12-24 19:35 UTC+0100 Enrico Maria Giordano <e.m.giordano@emagsoftware.it>
      * winmake\makefile.bc
      * winmake\makefile.dc
      * winmake\makefile.gc
      * winmake\makefile.pc
      * winmake\makefile.vc
      * winmake\makefile.wc
      * winmake\compile.mak
        ! added new macros CC_CMD_NOWARN and CCC_CMD_NOWARN to silence contrib warnings

      * contrib\gtwvw\gtwvw.c
      * contrib\gtwvg\gtwvg.c
      * contrib\tipssl\inetssl.c
      * contrib\hbssl\ssl.c
      * contrib\hbssl\sslctx.c
        ! fixed compiler warnings

    2023-12-24 19:35 UTC+0100 Enrico Maria Giordano <e.m.giordano@emagsoftware.it>
      * contrib\unicode\hbencode.c
        ! fixed compiler warnings

    Now I get no more warnings using MSC32. I have to try MSC64 now...

    --
    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 Sun Dec 24 14:06:45 2023
    Enrico Maria Giordano wrote:


    Il 24/12/2023 19:46, Enrico Maria Giordano ha scritto:

    2023-12-24 19:35 UTC+0100 Enrico Maria Giordano <e.m.giordano@emagsoftware.it>
      * winmake\makefile.bc
      * winmake\makefile.dc
      * winmake\makefile.gc
      * winmake\makefile.pc
      * winmake\makefile.vc
      * winmake\makefile.wc
      * winmake\compile.mak

        ! added new macros CC_CMD_NOWARN and CCC_CMD_NOWARN to silence
    contrib warnings

      * contrib\gtwvw\gtwvw.c
      * contrib\gtwvg\gtwvg.c
      * contrib\tipssl\inetssl.c
      * contrib\hbssl\ssl.c
      * contrib\hbssl\sslctx.c
        ! fixed compiler warnings

    2023-12-24 19:35 UTC+0100 Enrico Maria Giordano <e.m.giordano@emagsoftware.it>
      * contrib\unicode\hbencode.c
        ! fixed compiler warnings

    Now I get no more warnings using MSC32. I have to try MSC64 now...


    Cool Enrico thx. Just one observation, it seems when you added:

    CC_CMD_NOWARN and CCC_CMD_NOWARN

    You did not disable warnings for the other compilers this can be
    confusing to future contributors. I beleive iyt sshould be correctly
    defined for all compilers where it is defined.

    I also noticed that now some project are compiled using boh CC_CMD* and CCC_CMD* that alxo maybe confussing.

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sun Dec 24 21:21:25 2023
    Il 24/12/2023 20:06, Ron Pinkas ha scritto:

    Now I get no more warnings using MSC32. I have to try MSC64 now...

    Cool Enrico thx. Just one observation, it seems when you added:

    CC_CMD_NOWARN and CCC_CMD_NOWARN

    You did not disable warnings for the other compilers this can be
    confusing to future contributors. I beleive iyt sshould be correctly
    defined for all compilers where it is defined.

    I fixed only MSC32 build for now. Next will be MSC64, BCC32, BCC64,
    MGW32 and MGW64. I cannot do anything for the other compilers, sorry.

    --
    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 Enrico Maria Giordano@21:1/5 to All on Mon Dec 25 11:10:12 2023
    Il 24/12/2023 20:06, Ron Pinkas ha scritto:

    I also noticed that now some project are compiled using boh CC_CMD* and CCC_CMD* that alxo maybe confussing.

    Fixed with:

    2023-12-25 19:35 UTC+0100 Enrico Maria Giordano
    <e.m.giordano@emagsoftware.it>
    * winmake\makefile.vc
    * winmake\compile.mak
    ! fixed some improper use of the new macros CC_CMD_NOWARN and CCC_CMD_NOWARN

    --
    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)