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