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