aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/source/test/test_sequence_010.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/source/test/test_sequence_010.c')
-rw-r--r--test/rt/source/test/test_sequence_010.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rt/source/test/test_sequence_010.c b/test/rt/source/test/test_sequence_010.c
index 58ed0b73e..1a5833778 100644
--- a/test/rt/source/test/test_sequence_010.c
+++ b/test/rt/source/test/test_sequence_010.c
@@ -58,11 +58,10 @@ static MEMORYPOOL_DECL(mp1, sizeof (uint32_t), NULL);
static GUARDEDMEMORYPOOL_DECL(gmp1, sizeof (uint32_t));
#endif
-static void *null_provider(size_t size, unsigned align, size_t offset) {
+static void *null_provider(size_t size, unsigned align) {
(void)size;
(void)align;
- (void)offset;
return NULL;
}