summaryrefslogtreecommitdiffhomepage
path: root/src/ipc/ntapi_tt_create_pipe_v1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc/ntapi_tt_create_pipe_v1.c')
-rw-r--r--src/ipc/ntapi_tt_create_pipe_v1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipc/ntapi_tt_create_pipe_v1.c b/src/ipc/ntapi_tt_create_pipe_v1.c
index a22e839..98a23fa 100644
--- a/src/ipc/ntapi_tt_create_pipe_v1.c
+++ b/src/ipc/ntapi_tt_create_pipe_v1.c
@@ -59,6 +59,8 @@ int32_t __stdcall __ntapi_ipc_create_pipe_v1(
0
};
+ (void)advisory_buffer_size;
+
/* pipe_count */
counter = (intptr_t *)&__ntapi_internals()->v1_pipe_counter;
at_locked_inc(counter);