Index: trunk/psLib/test/sys/tap_psTrace.c
===================================================================
--- trunk/psLib/test/sys/tap_psTrace.c	(revision 10810)
+++ trunk/psLib/test/sys/tap_psTrace.c	(revision 12512)
@@ -49,5 +49,5 @@
 
     //    psTraceSetDestination(stderr);
-    psTraceSetDestination(2);
+    (void)psTraceSetDestination(2);
 
     for (i=0;i<10;i++) {
@@ -89,5 +89,5 @@
 
     //    psTraceSetDestination(stderr);
-    psTraceSetDestination(2);
+    (void)psTraceSetDestination(2);
     (void)psTraceSetLevel(".A.B.C.D.E", 5);
 
@@ -107,9 +107,9 @@
     psTraceReset();
     //    psTraceSetDestination(stderr);
-    psTraceSetDestination(2);
-    psTraceSetLevel(".A.B", 2);
-    psTraceSetLevel(".A.B.C.D.E", 5);
-    psTracePrintLevels();
-    psTraceSetLevel(".A.B", 10);
+    (void)psTraceSetDestination(2);
+    (void)psTraceSetLevel(".A.B", 2);
+    (void)psTraceSetLevel(".A.B.C.D.E", 5);
+    psTracePrintLevels();
+    (void)psTraceSetLevel(".A.B", 10);
     psTracePrintLevels();
 
@@ -137,5 +137,5 @@
 
     //    psTraceSetDestination(stderr);
-    psTraceSetDestination(2);
+    (void)psTraceSetDestination(2);
 
     for (i=0;i<10;i++) {
@@ -182,12 +182,12 @@
         if (nb == 0)
             //            psTraceSetDestination(stdout);
-            psTraceSetDestination(1);
+            (void)psTraceSetDestination(1);
         if (nb == 1)
             //            psTraceSetDestination(stderr);
-            psTraceSetDestination(2);
+            (void)psTraceSetDestination(2);
         if (nb == 2)
-            psTraceSetDestination(0); //NULL
+            (void)psTraceSetDestination(0); //NULL
         if (nb == 3)
-            psTraceSetDestination(FD);
+            (void)psTraceSetDestination(FD);
 
         (void)psTraceSetLevel(".", 4);
@@ -226,5 +226,5 @@
 {
     //    psTraceSetDestination(stderr);
-    psTraceSetDestination(2);
+    (void)psTraceSetDestination(2);
 
     (void)psTraceSetLevel(".", 9);
@@ -277,5 +277,5 @@
 {
     //    psTraceSetDestination(stderr);
-    psTraceSetDestination(2);
+    (void)psTraceSetDestination(2);
 
     (void)psTraceSetLevel(".", 9);
