diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/testpools.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testpools.c b/test/testpools.c index af4999547..fdd637768 100644 --- a/test/testpools.c +++ b/test/testpools.c @@ -62,6 +62,7 @@ static MEMORYPOOL_DECL(mp1, THD_WA_SIZE(THREADS_STACK_SIZE), NULL); static void *null_provider(size_t size) {
+ (void)size;
return NULL;
}
|