Revision: 1403
Author: [email protected]
Date: Mon Nov 22 01:43:39 2010
Log: Silence compiler warnings
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1403

Modified:
 /trunk/FileHandle.xs

=======================================
--- /trunk/FileHandle.xs        Fri Nov 19 04:56:37 2010
+++ /trunk/FileHandle.xs        Mon Nov 22 01:43:39 2010
@@ -604,7 +604,7 @@
         flush_output(file, Z_FINISH);
         fprintf(raw_file, "#\n"
"# Compressed %lu bytes to %lu, ratio %f:1, data shrunk by %f%%\n",
-                file->zs.total_in, file->zs.total_out, ratio,
+                (long)file->zs.total_in, (long)file->zs.total_out, ratio,
                 100 * (1 - 1 / ratio));
     }

--
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]

Reply via email to