Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f1a9bff9425f5b43d0d63d1c4be758d25dd17925
      
https://github.com/Perl/perl5/commit/f1a9bff9425f5b43d0d63d1c4be758d25dd17925
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
    M ext/XS-Typemap/Typemap.pm
    M ext/XS-Typemap/Typemap.xs

  Log Message:
  -----------
  Avoid build-time warning

Compiling with clang-14, a statement in ext/XS-Typemap/Typemap.xs, once
it was compiled to Typemap.c, was emitting a previously unobserved
'-Wunused-but-set-variable' build-time warning.  Replace previous kludge
with suggestion from Paul Evans.

Change to Typemap.xs requires bumping $VERSION in Typemap.pm.

Fixes #21505


Reply via email to