PDLPorters / devops

2 stars 0 forks source link

Add flag to disable a warning under macOS (Clang 12) #35

Closed zmughal closed 2 years ago

zmughal commented 2 years ago

Otherwise it will generate many warning messages due to the Perl headers for Perls 5.34 and below.

mohawk2 commented 2 years ago

We do not live in a perfect world! Thank you.

zmughal commented 2 years ago

Of note, to build a Perl that does not have these warnings, use https://github.com/skaji/Devel-PatchPerl-Plugin-FixCompoundTokenSplitByMacro.

Connects with https://github.com/PDLPorters/pdl/issues/390.

Also connects with https://github.com/Perl/perl5/issues/18780, https://github.com/Perl/perl5/pull/18984.

Fixed in ppport.h by https://github.com/PDLPorters/pdl/pull/447.