PerlAlien / Alien-Build

Build external dependencies for use in CPAN
16 stars 25 forks source link

Avoid C99-related errors in expected-compiler-error test #383

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

This commit supplies the standard XS includes, to avoid triggering implicit ints and implicit functions in the standard code fragments generated by ExtUtils::ParseXS and related tools.

For this test case, this is not a real problem because the compiliation is expected to fail anyway, but the presence of some C99-related errors could mask other issues in the package during future testing.

Related to:

plicease commented 1 year ago

Thank you for this contribution. This is headed to CPAN as 2.74 🚀