From cf204e72ea5fd6e4be8b3295cb148fde5fdd47d2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 16 Feb 2016 10:07:00 +0000 Subject: Tree reorganization. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8900 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testpools.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/rt/testpools.c') diff --git a/test/rt/testpools.c b/test/rt/testpools.c index 0e11eb084..9eed0c3e9 100644 --- a/test/rt/testpools.c +++ b/test/rt/testpools.c @@ -57,9 +57,10 @@ static MEMORYPOOL_DECL(mp1, THD_WORKING_AREA_SIZE(THREADS_STACK_SIZE), NULL); * operation. */ -static void *null_provider(size_t size) { +static void *null_provider(size_t size, unsigned align) { (void)size; + (void)align; return NULL; } -- cgit v1.2.3