These are warnings resulting from unusual features of the specific XS
code in the test suite, not from XS compilation in general.
3.36
- Make generated code avoid warnings about the "items" variable
being unused
+ - Avoid some unused-variable warnings generated by XS code in the
+ test suite
3.35 - Mon Jul 31 17:50:00 CET 2017
- Fix ExtUtils-ParseXS/t/*.t that needed '.' in @INC (David Mitchell)
T_BOOL_2(in)
bool in
CODE:
+ PERL_UNUSED_VAR(RETVAL);
OUTPUT: in
void
ALIAS:
two_x = 1
FOO::two = 2
+ INIT:
+ PERL_UNUSED_VAR(ix);
int
interface_v_i()