Subject: | Minor compile noise on installation |
When building on Mac OS X 10.8.2 in 64-bit mode, I see:
clang -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN
-fno-strict-aliasing -fstack-protector -I/usr/local/include -Os
-DVERSION=\"1.218\" -DXS_VERSION=\"1.218\"
"-I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE"
-D_STDIR=\"/var/folders/7f/l17jvd1x5cb86xf32z7gyxl80000gn/T\"
-D__darwin__ -D_DEFAULT_UMASK=0007 UUID.c
UUID.xs:550:28: warning: format specifies type 'int' but the argument
has type
'I32' (aka 'long') [-Wformat]
croak("invalid type %d\n", ix);
~^ ~~
%ld
1 warning generated.
This is a trivial fix.