Index: trunk/psLib/test/sysUtils/tst_psTrace04.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psTrace04.c	(revision 905)
+++ trunk/psLib/test/sysUtils/tst_psTrace04.c	(revision 1136)
@@ -12,19 +12,19 @@
                             "psTrace functions",
                             "Testing psTraceReset()");
-    psTraceSetLevel(".", 9);
+    (void)psTraceSetLevel(".", 9);
 
-    psTraceSetLevel(".a", 8);
-    psTraceSetLevel(".b", 7);
-    psTraceSetLevel(".c", 5);
+    (void)psTraceSetLevel(".a", 8);
+    (void)psTraceSetLevel(".b", 7);
+    (void)psTraceSetLevel(".c", 5);
 
-    psTraceSetLevel(".a.a", 4);
-    psTraceSetLevel(".a.b", 3);
+    (void)psTraceSetLevel(".a.a", 4);
+    (void)psTraceSetLevel(".a.b", 3);
 
-    psTraceSetLevel(".b.a", 2);
-    psTraceSetLevel(".b.b", 1);
+    (void)psTraceSetLevel(".b.a", 2);
+    (void)psTraceSetLevel(".b.b", 1);
 
-    psTraceSetLevel(".c.a", 0);
-    psTraceSetLevel(".c.b", 3);
-    psTraceSetLevel(".c.c", 5);
+    (void)psTraceSetLevel(".c.a", 0);
+    (void)psTraceSetLevel(".c.b", 3);
+    (void)psTraceSetLevel(".c.c", 5);
 
     psTraceReset();
