Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-UUID CPAN distribution.

Report information
The Basics
Id: 79852
Status: rejected
Priority: 0/
Queue: Data-UUID

People
Owner: Nobody in particular
Requestors: PHILIPP [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.218
Fixed in: (no value)



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.
I applied it and got this when compiling: UUID.xs:550:29: warning: format specifies type 'long' but the argument has type 'I32' (aka 'int') [-Wformat] croak("invalid type %ld\n", ix); ~~^ ~~ %d 1 warning generated. So... doesn't seem right? -- rjbs
No further correspondence received. Closing for now. -- rjbs