Index: trunk/psLib/test/sysUtils/tst_psTrace03.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psTrace03.c	(revision 905)
+++ trunk/psLib/test/sysUtils/tst_psTrace03.c	(revision 1136)
@@ -13,19 +13,19 @@
                             "psTracePrintLevels()");
 
-    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);
 
     psTracePrintLevels();
