Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 10eed7f59c2e1304eb9806305b39ff57dab0ddd1
      
https://github.com/Perl/perl5/commit/10eed7f59c2e1304eb9806305b39ff57dab0ddd1
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c: Initialize variable to silence compiler

The compiler used on MingW doesn't realize that there is no path that
keeps this from being initialized


  Commit: e21783e092935265974ebb3e1b9986fd57b9071f
      
https://github.com/Perl/perl5/commit/e21783e092935265974ebb3e1b9986fd57b9071f
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M mg.c
    M perl.c
    M pp_sys.c
    M util.c
    M win32/win32sck.c

  Log Message:
  -----------
  Add a bunch of PERL_UNUSED_ARG calls

These should silence warnings on MingW.


  Commit: 15001bedc6bdedc6ff26cc0c09f4209dead3843d
      
https://github.com/Perl/perl5/commit/15001bedc6bdedc6ff26cc0c09f4209dead3843d
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M win32/win32.h

  Log Message:
  -----------
  win32.h: #undef a macro before redefining it

This silences a compiler warning


  Commit: ee1d728d6ed7c360a90c69f4815c17be61cd8c93
      
https://github.com/Perl/perl5/commit/ee1d728d6ed7c360a90c69f4815c17be61cd8c93
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M win32/vmem.h

  Log Message:
  -----------
  win32/vmem.h: Comment tag after #endif

This should be in a comment even though the compilers on Windows
tolerate it, but with a warning


  Commit: 02bc12fb95d2e4a8321f47cebd42d54593ebece2
      
https://github.com/Perl/perl5/commit/02bc12fb95d2e4a8321f47cebd42d54593ebece2
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M win32/vmem.h

  Log Message:
  -----------
  win32/vmem.h: White-space only

Make this macro more legible, while silencing some compiler warnings
about the if statements looking like they are intended to apply to more
than they actually do.


  Commit: 3b1064a3326cdcfb5325f1faff6ba15b77147a6b
      
https://github.com/Perl/perl5/commit/3b1064a3326cdcfb5325f1faff6ba15b77147a6b
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M win32/fcrypt.c

  Log Message:
  -----------
  win32/fcrypt.c: Collapse some conditionals

We have macros that including perl.h gets us access to, and do the same
thing more quickly than this did.


  Commit: bd6339f625b1faaed537386602094a43b13012cd
      
https://github.com/Perl/perl5/commit/bd6339f625b1faaed537386602094a43b13012cd
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M pp_hot.c

  Log Message:
  -----------
  pp_hot.c: Don't use signed char as an array index

The MingW compiler spotted this.  The code prior to these uses already
has made sure these indices are positive, so casting to unsigned works.


  Commit: 1abe583dd87195ae77618ae3cb3b26e4311e649a
      
https://github.com/Perl/perl5/commit/1abe583dd87195ae77618ae3cb3b26e4311e649a
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M toke.c

  Log Message:
  -----------
  toke.c: Initialize variable to avoid compiler warning

The MingW compiler thinks this can be used unininitalized, even though I
don't think it can.  Just initialize it to 0.


  Commit: fdf8850c908993e00aa009a389d5b5e94110d0e6
      
https://github.com/Perl/perl5/commit/fdf8850c908993e00aa009a389d5b5e94110d0e6
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M pp_hot.c

  Log Message:
  -----------
  pp_hot.c: Initialize variable to avoid compiler warning

The MingW compiler thinks this can be used unininitalized.


  Commit: 86c21e90623536de11980daa16fae79152b109e9
      
https://github.com/Perl/perl5/commit/86c21e90623536de11980daa16fae79152b109e9
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M pp_sys.c

  Log Message:
  -----------
  pp_sys.c: Initialize variable to avoid compiler warning

The MingW compiler thinks this can be used unininitalized


  Commit: 9153e0dd109a470d64f70b6e61d9580c3adccc30
      
https://github.com/Perl/perl5/commit/9153e0dd109a470d64f70b6e61d9580c3adccc30
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M win32/perllib.c

  Log Message:
  -----------
  win32/perllib.c: Omit unused formal parameter name

to silence a compiler warning


Compare: https://github.com/Perl/perl5/compare/3359807b0494...9153e0dd109a

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to