From c713d8d019f7b0f9ed4a60912f440aca991d43c1 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 11 May 2016 11:58:03 -0400 Subject: code maintenance: mark unused parameters. --- src/pty/ntapi_pty_ioctl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pty') diff --git a/src/pty/ntapi_pty_ioctl.c b/src/pty/ntapi_pty_ioctl.c index 06656ee..5083ce1 100644 --- a/src/pty/ntapi_pty_ioctl.c +++ b/src/pty/ntapi_pty_ioctl.c @@ -29,6 +29,10 @@ int32_t __stdcall __ntapi_pty_ioctl( nt_tty_sigctl_info * input; nt_tty_sigctl_info * output; + (void)hevent; + (void)apc_routine; + (void)apc_context; + if ((uintptr_t)input_buffer % sizeof(uintptr_t)) return NT_STATUS_DATATYPE_MISALIGNMENT_ERROR; else if (input_buffer_length != sizeof(nt_tty_sigctl_info)) -- cgit v1.2.3