summaryrefslogtreecommitdiffhomepage
path: root/src/argv/ntapi_tt_array_utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/argv/ntapi_tt_array_utf8.c')
-rw-r--r--src/argv/ntapi_tt_array_utf8.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/argv/ntapi_tt_array_utf8.c b/src/argv/ntapi_tt_array_utf8.c
index 8cea00b..364bceb 100644
--- a/src/argv/ntapi_tt_array_utf8.c
+++ b/src/argv/ntapi_tt_array_utf8.c
@@ -30,6 +30,10 @@ int32_t __stdcall __ntapi_tt_array_copy_utf8(
ptrdiff_t ptrs;
size_t needed;
+ /* unused params */
+ (void)interpreter;
+ (void)optarg;
+
/* fallback */
dummy = 0;
argv = argv ? argv : &dummy;
@@ -113,5 +117,12 @@ int32_t __stdcall __ntapi_tt_array_convert_utf8_to_utf16(
__in size_t buffer_len,
__out size_t * bytes_written)
{
+ (void)arrv;
+ (void)arra;
+ (void)base;
+ (void)buffer;
+ (void)buffer_len;
+ (void)bytes_written;
+
return NT_STATUS_SUCCESS;
}