Index: trunk/Ohana/src/libfits/test/imagecomp.c
===================================================================
--- trunk/Ohana/src/libfits/test/imagecomp.c	(revision 38553)
+++ trunk/Ohana/src/libfits/test/imagecomp.c	(revision 39457)
@@ -17,5 +17,5 @@
 static int NY = 10;
 
-int main (int argc, char **argv) {
+int main (void) {
   
   plan_tests (3*3*234);
@@ -196,6 +196,6 @@
   }     
 
-  int Ztile[2] = {NX, NY};
-  ok (gfits_compress_image (&rawheader, &rawmatrix, &ftable, (int *) &Ztile, zcmptype), "compressed image");
+  unsigned long int Ztile[2] = {NX, NY};
+  ok (gfits_compress_image (&rawheader, &rawmatrix, &ftable, (unsigned long int *) &Ztile, zcmptype), "compressed image");
   // ok (gfits_compress_image (&rawheader, &rawmatrix, &ftable, NULL, zcmptype), "compressed image");
   ok (gfits_uncompress_image (&outheader, &outmatrix, &ftable), "uncompressed image");
