aboutsummaryrefslogtreecommitdiff
path: root/src/un_mem_linux_x64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/un_mem_linux_x64.c')
-rw-r--r--src/un_mem_linux_x64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/un_mem_linux_x64.c b/src/un_mem_linux_x64.c
index 3d498bc..c9d5e36 100644
--- a/src/un_mem_linux_x64.c
+++ b/src/un_mem_linux_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: