Warning police: "%p" format expects a void*
authorsven.panne@aedion.de <unknown>
Sat, 3 Feb 2007 12:31:41 +0000 (12:31 +0000)
committersven.panne@aedion.de <unknown>
Sat, 3 Feb 2007 12:31:41 +0000 (12:31 +0000)
rts/Capability.c

index 564a20f..73a3427 100644 (file)
@@ -677,7 +677,7 @@ shutdownCapability (Capability *cap, Task *task)
             for (t = cap->spare_workers; t != NULL; t = t->next) {
                 if (!osThreadIsAlive(t->id)) {
                     debugTrace(DEBUG_sched, 
-                               "worker thread %p has died unexpectedly", t->id);
+                               "worker thread %p has died unexpectedly", (void *)t->id);
                         if (!prev) {
                             cap->spare_workers = t->next;
                         } else {