summaryrefslogtreecommitdiffhomepage
path: root/src/vmount/ntapi_vms_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmount/ntapi_vms_cache.c')
-rw-r--r--src/vmount/ntapi_vms_cache.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vmount/ntapi_vms_cache.c b/src/vmount/ntapi_vms_cache.c
index 31c09a4..c97ff04 100644
--- a/src/vmount/ntapi_vms_cache.c
+++ b/src/vmount/ntapi_vms_cache.c
@@ -64,6 +64,10 @@ nt_vms_cache __stdcall __ntapi_vms_cache_alloc(
size_t buffer_size;
nt_vms_cache_context * vms_cache;
+ /* unused params */
+ (void)flags;
+ (void)options;
+
/* status */
if (!status) status = &_status;
@@ -185,6 +189,9 @@ int32_t __stdcall __ntapi_vms_cache_record_remove(
int32_t status;
struct dalist_node_ex * node;
+ (void)dev_name_hash;
+ (void)index_number;
+
status = dalist_get_node_by_key(
&cache->cache,
&node,