Branch: refs/heads/smoke-me/jkeenan/xs-typemap-build-time-warning-20230922
  Home:   https://github.com/Perl/perl5
  Commit: b2f52c58e4ea96b606a18247aa4dd482e92c97fd
      
https://github.com/Perl/perl5/commit/b2f52c58e4ea96b606a18247aa4dd482e92c97fd
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2023-09-22 (Fri, 22 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
compiled to Typemap.c, was emitting a previously unobserved 
'-Wunused-but-set-variable' build-time warning.  This kludge suppresses that 
warning.

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

Fixes #21505


Reply via email to