Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S_new_SV: mark args unused, make inline, correct typo
When sv_inline.h was created in Perl@75acd14 and a number of things moved into it, the S_new_SV debugging function should have been made PERL_STATIC_INLINE. This commit now does that. It also marks the arguments to S_new_SV as PERL_UNUSED_ARG, reducing warnings on some builds.
- Loading branch information