Index: /trunk/stac/src/combine.c
===================================================================
--- /trunk/stac/src/combine.c	(revision 12510)
+++ /trunk/stac/src/combine.c	(revision 12511)
@@ -11,11 +11,11 @@
 {
     // Set trace levels
-    psTraceSetLevel(".", 0);
-    psTraceSetLevel("stac.checkMemory", 10);
-    psTraceSetLevel("stac.read", 10);
-    psTraceSetLevel("stac.scales", 7);
-    psTraceSetLevel("stac.rescale", 10);
-    psTraceSetLevel("stac.combine", 10);
-    psTraceSetLevel("combine", 10);
+    (void)psTraceSetLevel(".", 0);
+    (void)psTraceSetLevel("stac.checkMemory", 10);
+    (void)psTraceSetLevel("stac.read", 10);
+    (void)psTraceSetLevel("stac.scales", 7);
+    (void)psTraceSetLevel("stac.rescale", 10);
+    (void)psTraceSetLevel("stac.combine", 10);
+    (void)psTraceSetLevel("combine", 10);
 
     // Set logging level
Index: /trunk/stac/src/shift.c
===================================================================
--- /trunk/stac/src/shift.c	(revision 12510)
+++ /trunk/stac/src/shift.c	(revision 12511)
@@ -30,11 +30,11 @@
 {
     // Set trace levels
-    psTraceSetLevel(".", 0);
-    psTraceSetLevel("stac.checkMemory", 10);
-    psTraceSetLevel("stac.read", 10);
-    psTraceSetLevel("stac.invertMaps", 10);
-    psTraceSetLevel("stac.transform", 10);
-    psTraceSetLevel("stac.size", 10);
-    psTraceSetLevel("shift", 10);
+    (void)psTraceSetLevel(".", 0);
+    (void)psTraceSetLevel("stac.checkMemory", 10);
+    (void)psTraceSetLevel("stac.read", 10);
+    (void)psTraceSetLevel("stac.invertMaps", 10);
+    (void)psTraceSetLevel("stac.transform", 10);
+    (void)psTraceSetLevel("stac.size", 10);
+    (void)psTraceSetLevel("shift", 10);
 
     // Set logging level
Index: /trunk/stac/src/shiftSize.c
===================================================================
--- /trunk/stac/src/shiftSize.c	(revision 12510)
+++ /trunk/stac/src/shiftSize.c	(revision 12511)
@@ -33,10 +33,10 @@
 {
     // Set trace levels
-    psTraceSetLevel(".",0);
-    psTraceSetLevel("err", 10);
+    (void)psTraceSetLevel(".",0);
+    (void)psTraceSetLevel("err", 10);
 #ifdef TESTING
-    psTraceSetLevel("stac.checkMemory",10);
-    psTraceSetLevel("stac.read",10);
-    psTraceSetLevel("stac.size",10);
+    (void)psTraceSetLevel("stac.checkMemory",10);
+    (void)psTraceSetLevel("stac.read",10);
+    (void)psTraceSetLevel("stac.size",10);
 #endif
 
Index: /trunk/stac/src/stac.c
===================================================================
--- /trunk/stac/src/stac.c	(revision 12510)
+++ /trunk/stac/src/stac.c	(revision 12511)
@@ -22,18 +22,18 @@
 
     // Set trace levels
-    psTraceSetLevel(".",0);
-    psTraceSetLevel("stac",10);
-    psTraceSetLevel("stac.checkMemory",10);
-    psTraceSetLevel("stac.config",10);
-    psTraceSetLevel("stac.read",10);
-    psTraceSetLevel("stac.invertMaps",10);
-    psTraceSetLevel("stac.errors",10);
-    psTraceSetLevel("stac.transform",10);
-    psTraceSetLevel("stac.combine",10);
-    psTraceSetLevel("stac.rejection",10);
-    psTraceSetLevel("stac.time",10);
-    psTraceSetLevel("stac.area",10);
-    psTraceSetLevel("stac.size",10);
-    psTraceSetLevel("stac.scales",7);
+    (void)psTraceSetLevel(".",0);
+    (void)psTraceSetLevel("stac",10);
+    (void)psTraceSetLevel("stac.checkMemory",10);
+    (void)psTraceSetLevel("stac.config",10);
+    (void)psTraceSetLevel("stac.read",10);
+    (void)psTraceSetLevel("stac.invertMaps",10);
+    (void)psTraceSetLevel("stac.errors",10);
+    (void)psTraceSetLevel("stac.transform",10);
+    (void)psTraceSetLevel("stac.combine",10);
+    (void)psTraceSetLevel("stac.rejection",10);
+    (void)psTraceSetLevel("stac.time",10);
+    (void)psTraceSetLevel("stac.area",10);
+    (void)psTraceSetLevel("stac.size",10);
+    (void)psTraceSetLevel("stac.scales",7);
 
     // Set logging level
