Index: trunk/ippTools/src/pzgetexp.c
===================================================================
--- trunk/ippTools/src/pzgetexp.c	(revision 8711)
+++ trunk/ippTools/src/pzgetexp.c	(revision 8733)
@@ -141,4 +141,6 @@
         char *exp_type  = psListGetAndIncrement(tokenCursor); // type
 
+        if (time) {} // silence unused warning
+
         bool status = false;
         char *camera_name = psMetadataLookupStr(&status, config->args,
Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 8711)
+++ trunk/ippTools/src/regtool.c	(revision 8733)
@@ -391,5 +391,5 @@
                 psError(PS_ERR_UNKNOWN, false, "database error");
             }
-            psError(PS_ERR_UNKNOWN, false, "found %d rawImfiles but expected %d",
+            psError(PS_ERR_UNKNOWN, false, "found %ld rawImfiles but expected %d",
                     psArrayLength(rawImfiles), newExp->imfiles);
             psFree(newExp);
