Branch: refs/heads/smoke-me/jkeenan/xs-typemap-build-time-warning-20230922 Home: https://github.com/Perl/perl5 Commit: a77af897f4127f5a2f0e048d01db938cece5ae56 https://github.com/Perl/perl5/commit/a77af897f4127f5a2f0e048d01db938cece5ae56 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