Elliot Shank wrote: > Tim Bunce wrote: >> On Fri, Jul 03, 2009 at 11:50:23AM -0500, Elliot Shank wrote: >>> During compilation, there is a warning about a cast between an >>> integer and a pointer of different sizes. >> Giving me a copy of the message, with details of the line number >> etc., would be kind'a helpful :) > > Yeah, I know. But you just get so used to warnings coming out of > stuff that you download and build that you tend to ignore them. > *sigh* :]
Actually, you already know about this: there's a comment on the line above the offending code. :] /some/path/perl-5.10.0/bin/perl /some/other/path/lib/perl5/ExtUtils/xsubpp -typemap /some/path/perl-5.10.0/lib/5.10.0/ExtUtils/typemap -typemap typemap NYTProf.xs > NYTProf.xsc && mv NYTProf.xsc NYTProf.c cc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"2.10\" -DXS_VERSION=\"2.10\" -fPIC "-I/some/path/perl-5.10.0/lib/5.10.0/x86_64-linux-thread-multi/CORE" -DHAS_CLOCK_GETTIME -DHAS_ZLIB -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter NYTProf.c NYTProf.xs: In function รข: NYTProf.xs:2380: warning: cast from pointer to integer of different size --~--~---------~--~----~------------~-------~--~----~ You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected] -~----------~----~----~----~------~----~------~--~---
