diff options
Diffstat (limited to 'src/un_mem_std.c')
-rw-r--r-- | src/un_mem_std.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/un_mem_std.c b/src/un_mem_std.c index 0d5d288..63c416a 100644 --- a/src/un_mem_std.c +++ b/src/un_mem_std.c @@ -1,5 +1,6 @@ static ALLOCATOR_PROC_SIGNATURE(un_std_alloc_proc) { UNUSED(data); + UNUSED(align); switch (message) { case UN_ALLOC_MSG_ALLOCATE: |