From 07b4594cb458ecba9571b5ee4ecee367f123d606 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Sep 2014 09:27:41 +0200 Subject: sptests/spcontext01: Fix warning --- testsuites/sptests/spcontext01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/sptests/spcontext01/init.c b/testsuites/sptests/spcontext01/init.c index 49a54d08f6..1380267327 100644 --- a/testsuites/sptests/spcontext01/init.c +++ b/testsuites/sptests/spcontext01/init.c @@ -188,7 +188,7 @@ static void test_context_is_executing(void) _CPU_Context_Set_is_executing(&context, true); _CPU_Context_Initialize( &context, - &stack[0], + (void *) &stack[0], sizeof(stack), 0, NULL, -- cgit v1.2.3