Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created December 18, 2015 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lizmat/8b7e9d103a6f38696b8a to your computer and use it in GitHub Desktop.
Save lizmat/8b7e9d103a6f38696b8a to your computer and use it in GitHub Desktop.
warning generated when installing Inline::Perl5 on OS X
gcc -Wall p5helper.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -shared -o /Users/liz/Github/panda/.panda-work/1450466268_1/resources/p5helper.dylib -fPIC -g
In file included from p5helper.c:3:
In file included from /usr/local/lib/perl5/5.20.0/darwin-2level/CORE/perl.h:5152:
/usr/local/lib/perl5/5.20.0/darwin-2level/CORE/inline.h:311:9: warning:
nonnull parameter 'pv' will evaluate to 'true' on first
encounter [-Wpointer-bool-conversion]
if (pv && len > 1) {
^~ ~~
1 warning generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment