Cleanup for GCC-4.x
[oweals/u-boot.git] / examples / sched.c
index 6b78f69985c029f1f3b25d68fd450f4bbd220e7c..ae01e0b05d24695217f5fa981b4084842dadca9e 100644 (file)
@@ -292,7 +292,7 @@ static int thread_start (int id)
                current_tid = id;
                PDEBUG ("thread_start: to be stack=0%08x",
                        (unsigned)lthreads[id].stack);
-               setctxsp (&lthreads[id].stack[STK_SIZE]);
+               setctxsp ((vu_char *)&lthreads[id].stack[STK_SIZE]);
                thread_launcher ();
        }