Index: branches/eam_branches/ipp-20120601/ippTools/src/pstamptool.c
===================================================================
--- branches/eam_branches/ipp-20120601/ippTools/src/pstamptool.c	(revision 34047)
+++ branches/eam_branches/ipp-20120601/ippTools/src/pstamptool.c	(revision 34051)
@@ -693,5 +693,5 @@
 static bool addjobMode(pxConfig *config)
 {
-    bool    stampJob = false;
+    bool stampJob = false;
 
     PS_ASSERT_PTR_NON_NULL(config, false);
@@ -739,4 +739,6 @@
         return false;
     }
+    if (stampJob) { /* do something?? */ }
+
     if (!pstampJobInsert(config->dbh,
             0,          // job_id
@@ -1044,4 +1046,6 @@
     // it's an allowed arg because add_poll_args adds it
     PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
+    if (limit) { /* do something?? */
+
     PXOPT_LOOKUP_S16(fault, config->args, "-fault",  false, false);
 
@@ -1448,4 +1452,5 @@
     // it's an allowed arg because add_poll_args adds it
     PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
+    if (limit) { /* do something?? */ }
 
     if (!psListLength(where->list)) {
