Index: trunk/stac/src/shiftSize.c
===================================================================
--- trunk/stac/src/shiftSize.c	(revision 11133)
+++ 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
 
