Index: trunk/Ohana/src/opihi/pantasks/CheckTasks.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 12280)
+++ trunk/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 12332)
@@ -6,5 +6,5 @@
   Task *task;
   int status;
-  struct timeval now;
+  // struct timeval now;
 
   /** test all tasks: ready to test? ready to run? **/
Index: trunk/Ohana/src/opihi/pantasks/TaskOps.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/TaskOps.c	(revision 12280)
+++ trunk/Ohana/src/opihi/pantasks/TaskOps.c	(revision 12332)
@@ -149,6 +149,5 @@
 void ListTaskStats (char *regex) {
 
-  int i, j, valid, nameLength;
-  char *start, *stop;
+  int i, valid, nameLength;
   char format[128];
   regex_t preg;
@@ -557,6 +556,6 @@
   if (verbose) {
       fprintf (stderr, "tt: %d %6d  - %d %6d : %f\n", 
-	       now.tv_sec, now.tv_usec, 
-	       start.tv_sec, start.tv_usec, dtime);
+	       (int) now.tv_sec, (int) now.tv_usec, 
+	       (int) start.tv_sec, (int) start.tv_usec, dtime);
   }
 
Index: trunk/Ohana/src/opihi/pantasks/ipptool2book.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/ipptool2book.c	(revision 12280)
+++ trunk/Ohana/src/opihi/pantasks/ipptool2book.c	(revision 12332)
@@ -15,7 +15,8 @@
   char **setWordValue;
   int setWordN, setWordNalloc;
-  Page *page;
-  Book *book;
-  Queue *queue;
+
+  Page *page = NULL;
+  Book *book = NULL;
+  Queue *queue = NULL;
 
   /* supply additional constant words */
Index: trunk/Ohana/src/opihi/pantasks/task_stdout.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/task_stdout.c	(revision 12280)
+++ trunk/Ohana/src/opihi/pantasks/task_stdout.c	(revision 12332)
@@ -3,5 +3,4 @@
 int task_stdout (int argc, char **argv) {
 
-  int N, RequiredHost;
   Task *task;
 
@@ -27,5 +26,4 @@
 int task_stderr (int argc, char **argv) {
 
-  int N, RequiredHost;
   Task *task;
 
