Index: /trunk/pois/src/pois.c
===================================================================
--- /trunk/pois/src/pois.c	(revision 12509)
+++ /trunk/pois/src/pois.c	(revision 12510)
@@ -47,5 +47,5 @@
 
     // Set trace levels
-    psTraceSetLevel(".", 0);
+    (void)psTraceSetLevel(".", 0);
 
     // Parse the command line
@@ -53,21 +53,21 @@
 
     if (config->verbose) {
-        psTraceSetLevel("pois", 10);
-        psTraceSetLevel("pois.config", 10);
-        psTraceSetLevel("pois.time", 10);
-        psTraceSetLevel("pois.solution", 0);
-        psTraceSetLevel("pois.kernelBasisFunctions", 10);
-        psTraceSetLevel("pois.calculateEquation", 10);
-        psTraceSetLevel("pois.convolveImage", 10);
-        psTraceSetLevel("pois.findStamps", 10);
-        psTraceSetLevel("pois.parseConfig", 10);
-        psTraceSetLevel("pois.makeMask", 10);
-        psTraceSetLevel("pois.extractKernel", 10);
-        psTraceSetLevel("pois.calculateDeviations", 10);
-        psTraceSetLevel("pois.checkKernel", 10);
+        (void)psTraceSetLevel("pois", 10);
+        (void)psTraceSetLevel("pois.config", 10);
+        (void)psTraceSetLevel("pois.time", 10);
+        (void)psTraceSetLevel("pois.solution", 0);
+        (void)psTraceSetLevel("pois.kernelBasisFunctions", 10);
+        (void)psTraceSetLevel("pois.calculateEquation", 10);
+        (void)psTraceSetLevel("pois.convolveImage", 10);
+        (void)psTraceSetLevel("pois.findStamps", 10);
+        (void)psTraceSetLevel("pois.parseConfig", 10);
+        (void)psTraceSetLevel("pois.makeMask", 10);
+        (void)psTraceSetLevel("pois.extractKernel", 10);
+        (void)psTraceSetLevel("pois.calculateDeviations", 10);
+        (void)psTraceSetLevel("pois.checkKernel", 10);
         if (config->stampFile) {
-            psTraceSetLevel("pois.checkStamp", 10);
+            (void)psTraceSetLevel("pois.checkStamp", 10);
         } else {
-            psTraceSetLevel("pois.checkStamp", 0);
+            (void)psTraceSetLevel("pois.checkStamp", 0);
         }
         // Set logging level
